mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 396 forks source link

Interface casting does not works (interfaceCast.as) #153

Closed yurydelendik closed 11 years ago

yurydelendik commented 11 years ago

https://github.com/mozilla/shumway/blob/master/src/avm2/tests/regress/correctness/interfaceCast.as

In IClassA(a).foo() IClass cannot be called as function. If simple apply and call added to Interface in runtime.js, the l100.public$IClassA$foo is undefined generated.

mbebenita commented 11 years ago

This should be solved.