SlavaRa

Results 20 issues of SlavaRa

Do not write the result to disk

enhancement

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/String.html#search()

enhancement

http://help.adobe.com/ru_RU/FlashPlatform/reference/actionscript/3/String.html#match()

enhancement

as3 code for example: ```actionscript package { public class Issue313 { public function Issue313() { loop: for(var i:int = 0; i < 10; i++) { for(var j:int = 0; j...

enhancement

as3 code for example: ```actionscript package { public class Issue { public function Issue() { var o:Object = {"0x1":1}; } } } ``` expected result ```haxe class Issue { public...

bug

part1: as3 code for example: ``` actionscript package { public class Issue239 { use namespace $internal; public function Issue239() { this.$internal::test(); $internal::test(); } $internal function test():void { trace(this); } }...

enhancement