Export to GitHub

flexcover - issue #8

Instrumented function call outside of a class causes VerifyError


Posted on May 23, 2008 by Helpful Horse

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 Horse

More 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 Horse

This 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 Rabbit

This 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 Horse

Issue 21 has been merged into this issue.

Status: Duplicate

Labels:
Type-Defect Priority-Medium