• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Apr-2017-

.gitignoreH A D07-Apr-201764 87

ASM0.asH A D07-Apr-2017107 87

ASM0.refH A D07-Apr-2017540 3325

ASM1.asH A D07-Apr-2017282 1713

ASM1.refH A D07-Apr-20171,016 6147

ASM_V4.asH A D07-Apr-2017486 4443

ASM_V4.refH A D07-Apr-20171.5 KiB7466

ASM_all.asH A D07-Apr-20171,008 7875

ASM_all.refH A D07-Apr-20172.4 KiB10698

ASM_extend.asH A D07-Apr-2017282 1514

ASM_extend.refH A D07-Apr-2017620 3426

ASM_push.asH A D07-Apr-2017290 1613

ASM_push.refH A D07-Apr-2017755 4234

ASM_swfAction.asH A D07-Apr-201757 65

ASM_swfAction.refH A D07-Apr-2017411 2719

ASM_targetPath.asH A D07-Apr-201749 64

ASM_targetPath.refH A D07-Apr-2017364 2517

ActionScriptTest.cH A D07-Apr-20173.3 KiB14589

Function.asH A D07-Apr-2017873 4534

Function.refH A D07-Apr-20172.1 KiB9991

FunctionInLoop.asH A D07-Apr-2017252 1110

FunctionInLoop.refH A D07-Apr-2017611 3628

GotoFrame.asH A D07-Apr-2017425 1815

GotoFrame.refH A D07-Apr-20172.6 KiB112104

Makefile.amH A D07-Apr-20171.7 KiB9178

READMEH A D07-Apr-2017685 2116

TryCatch.asH A D07-Apr-20171.1 KiB10595

TryCatch.refH A D07-Apr-20176.6 KiB308282

With.asH A D07-Apr-2017106 86

With.refH A D07-Apr-2017811 4335

class_empty.asH A D07-Apr-201723 53

class_empty.refH A D07-Apr-20171.4 KiB6557

class_extends.asH A D07-Apr-2017114 1411

class_extends.refH A D07-Apr-20172.8 KiB123115

class_member.asH A D07-Apr-2017107 86

class_member.refH A D07-Apr-20171.7 KiB7769

class_method.asH A D07-Apr-2017160 2618

class_method.refH A D07-Apr-20172 KiB9688

condition.asH A D07-Apr-201721 21

condition.refH A D07-Apr-2017886 4638

delete.asH A D07-Apr-2017138 86

delete.refH A D07-Apr-20172 KiB9284

drag.asH A D07-Apr-201784 32

drag.refH A D07-Apr-2017794 4234

for.asH A D07-Apr-201712 32

for.refH A D07-Apr-2017397 2618

forin.asH A D07-Apr-2017210 2016

forin.refH A D07-Apr-20172.3 KiB10496

getURL2.asH A D07-Apr-2017315 85

getURL2.refH A D07-Apr-20171.6 KiB7365

legacy_functions.asH A D07-Apr-2017721 3029

legacy_functions.refH A D07-Apr-20174.4 KiB190182

logor.asH A D07-Apr-2017136 43

logor.refH A D07-Apr-2017725 4032

newline_comment.asH A D07-Apr-201738 21

newline_comment.refH A D07-Apr-2017336 2416

newline_crlf.asH A D07-Apr-201732 32

newline_crlf.refH A D07-Apr-2017537 3224

substr.asH A D07-Apr-2017118 127

substr.refH A D07-Apr-20171.7 KiB7971

switch.asH A D07-Apr-2017112 1412

switch.refH A D07-Apr-20171.6 KiB7466

targetPath.asH A D07-Apr-201755 43

targetPath.refH A D07-Apr-2017814 4335

README

1This directory contains test files for the actionscript compiler.
2
3To add a new test:
4
5	0: let your test name be "Test"
6	1: write the test in Test.as
7	2: compile with 'makeswf -o Test.swf Test.as'
8	3: create a .ref with 'listswf Test.swf > Test.ref'
9	4: IMPORTANT: verify that the output is *correct*
10	5: add Test.as and Test.ref to CVS
11	6: add Test.as to the AS_TESTS variable in Makefile.am
12	7: add Test.ref to the EXTRA_DIST variable in Makefile.am
13	8: run ./autogen.sh && configure
14	9: run 'make check' to test the test :)
15	10: commit (Test.as Test.ref Makefile.am)
16
17--strk; Sun Jul  9 01:25:51 CEST 2006
18
19also take a look at:
20http://www.libming.org/moin.cgi/HowToAddNewInterface
21