View difference between Paste ID: 92s8augY and 2YbEttaw
SHOW: | | - or go back to the newest paste.
1-
interface IFoo
1+
instances[1]
2-
 {
2+
        name: 13  ->  multinames[13]  ->  IFoo
3-
	var testvar:Int;
3+
        super_name: 0  ->  multinames[0]  ->  *
4-
	function testfunc():Void;
4+
        flags: 0x05
5-
 }
5+
        CONSTANT_ClassSealed: 1
6-
 class Foo implements IFoo
6+
        CONSTANT_ClassFinal: 0
7-
 {
7+
        CONSTANT_ClassInterface: 1
8-
	public var testvar:Int;
8+
        CONSTANT_ClassProtectedNs: 0
9-
	public function new(){}
9+
        intrf_count: 0
10-
	public function testfunc():Void
10+
        iinit: 5  ->  methods[5]
11-
	{
11+
        trait_count: 1
12-
	}
12+
            traits[0]
13-
 }
13+
                name= 12  ->  multinames[12]  ->  testfunc
14-
class Main extends MovieClip
14+
                kind= 1  ->  Method
15-
{
15+
                data= 
16-
	public function new()
16+
                    disp_id= 0
17-
	{
17+
                    method= 7  ->  methods[7]
18-
		super();
18+
19-
		var f = new Foo();
19+
20-
	}
20+
    instances[2]
21-
	
21+
        name: 17  ->  multinames[17]  ->  Foo
22-
	public static function main()
22+
        super_name: 10  ->  multinames[10]  ->  Object
23-
	{
23+
        flags: 0x01
24-
		Lib.current.addChild(new Main());
24+
        CONSTANT_ClassSealed: 1
25-
	}
25+
        CONSTANT_ClassFinal: 0
26-
}
26+
        CONSTANT_ClassInterface: 0
27
        CONSTANT_ClassProtectedNs: 0
28
        intrf_count: 1
29
        interface= 16  ->  multinames[16]  ->IFoo
30
        iinit: 9  ->  methods[9]
31
        trait_count: 2
32
            traits[0]
33
                name= 14  ->  multinames[14]  ->  testvar
34
                kind= 0  ->  Slot
35
                data= 
36
                    slot_id= 0
37
                    type_name= 3  ->  multinames[3]  ->  int
38
                    vindex= 0
39
40
            traits[1]
41
                name= 15  ->  multinames[15]  ->  testfunc
42
                kind= 1  ->  Method
43
                data= 
44
                    disp_id= 0
45
                    method= 11  ->  methods[11]