Here is the bug report:
https://bugbase.adobe.com/index.cfm?event=bug&id=3751117
In order to reproduced the bug, you have to do the following steps:
1. Pack the IPA using "-useLegacyAOT no" with AIR SDK from 13.0.0.83 to
14.0.0.91 beta.
2. Debug the project in Flash Builder 4.7 using [On device + Standard +
Debug via USB] options, I debugged it on iPhone 4 running iOS 7.1.1
private function test():void
{
if ( arguments.callee == test ) {
trace("ok");
}
}
And then you will see the arguments.callee is null, and the "ok" is never
traced.
The problem is all arguments.callee will return null, the code above is just
an example.
But on AIR Simulator, it's working fine, this bug can only be reproduced on
real iOS devices.
DarkStone
2014-05-16
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/Please-vote-for-this-AIR-bug-if-you-encountered-as-well-tp37558.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.