
flexcover - issue #8
Instrumented function call outside of a class causes VerifyError
Calling an instrumented function such as the following:
package { public function TestFile(value:String):Boolean { return true; } }
causes a VerifyError.
Comment #1
Posted on Jun 12, 2008 by Helpful HorseMore repro instructions: this happens only when the function in question is a global function outside of a class.
Comment #2
Posted on Jul 28, 2008 by Helpful HorseThis issue has been moved to flexcover-sdk Issue #1, of which it is now a duplicate.
Comment #3
Posted on Sep 15, 2008 by Helpful RabbitThis still appears to be a problem. When I have a global function, I get the following error when running "Cannot call OP_findproperty when scopeDepth is 0." I tried installing the flexcover-sdk as inidcated in Issue #1 but I still get the error. Please reopen.
Comment #4
Posted on Nov 17, 2008 by Helpful HorseIssue 21 has been merged into this issue.
Status: Duplicate
Labels:
Type-Defect
Priority-Medium