I pushed a fix for this NPE.  The nightly build should be done in about 40
minutes.

-Alex

On 8/31/17, 7:11 PM, "lizhi" <s...@qq.com> wrote:

>//testBug.as
>package 
>{
>       import flash.utils.setTimeout;
>       public class TestBug
>       {
>               
>               public function TestBug()
>               {
>                       
>                       setTimeout(function():void{}, 100);
>               }
>               
>       }
>
>}
>
>
>//setTimeout.as
>package flash.utils
>{
>       public function setTimeout(closure:Function, delay:Number, ... 
> args):uint
>       {
>               return 0;
>               //return new SetIntervalTimer(closure, delay, false, args).id;
>       }
>}
>
>
>//mxmlc -targets=JSFlex -js-output-optimization=skipAsCoercions
>-remove-circulars -external-library-path="D:\sdk\flexjs9\js\libs\js.swc"
>-compiler.source-path=../src src\TestBug.as
>
>
>
>
>
>-----
>spriteflexjs.com 
>--
>Sent from: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2F&data=02%7C01%7C%7Ca7fb2ee409a94236f
>6ef08d4f0decb52%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6363982870747
>69819&sdata=hg6Eb59KX6FjwYLPFZ2AvIjNXcnFSVCBzjMTzYOdAm0%3D&reserved=0

Reply via email to