Philipp Hagemeister fbf94a7815 [swfinterp] Add more builtins and improve static variables il y a 10 ans
..
.gitignore 0cb2056304 [swfinterp] Start working on basic tests il y a 10 ans
ArrayAccess.as decf2ae400 [swfinterp] Correct array access il y a 10 ans
ClassCall.as 01b4b74574 [swfinterp] Add support for calls to instance methods il y a 10 ans
ClassConstruction.as 70f767dc65 [swfinterp] Add support for multiple classes il y a 10 ans
ConstArrayAccess.as fbf94a7815 [swfinterp] Add more builtins and improve static variables il y a 10 ans
ConstantInt.as cd9ad1d7e8 [swfinterp] Basic support for constants (only ints for now) il y a 10 ans
DictCall.as 0ab1ca5501 [swfinterp] Better error message il y a 10 ans
EqualsOperator.as eb5376044c [swfinterp] Implement equals opcode il y a 10 ans
LocalVars.as 0cb2056304 [swfinterp] Start working on basic tests il y a 10 ans
MemberAssignment.as 7f3e33a147 [swfinterp] Implement member assignment il y a 10 ans
NeOperator.as e983cf5277 [swfinterp] Interpret yet more opcodes il y a 10 ans
PrivateCall.as 0d989011ff [swfinterp] Add support for calling methods on objects il y a 10 ans
PrivateVoidCall.as 8d05f2c16a [swfinterp] Add support for void methods il y a 10 ans
StaticAssignment.as e75c24e889 [swfinterp] Extend tests and fix parsing il y a 10 ans
StaticRetrieval.as e75c24e889 [swfinterp] Extend tests and fix parsing il y a 10 ans
StringBasics.as 3cbcff8a2d [swfinterp] Implement String basics il y a 10 ans
StringCharCodeAt.as 33a266f4ba [swfinterp] Implement charCodeAt il y a 10 ans
StringConversion.as 3cbcff8a2d [swfinterp] Implement String basics il y a 10 ans