Displaying 1 result from an estimated 1 matches for "call_huh".
Did you mean:
call_buf
2007 Nov 14
0
4 commits - libswfdec/swfdec_as_interpret.c test/trace
...+ push 0, "huh"
+ getvariable
+ push undefined
+ callmethod
+ };
+ }
+ huh = super;
+ asm {
+ push 0, "super"
+ callfunction
+ pop
+ push 0, "super"
+ getvariable
+ push undefined
+ callmethod
+ pop
+ };
+};
+function call_huh () {
+ trace ("calling last function's super object: " + huh);
+ huh ();
+};
+
+trace (">>> CallFunction bar ()");
+bar ();
+call_huh ();
+trace (">>> CallMethod bar ()");
+asm {
+ push 0, "super"
+ getvariable
+ push undefined
+ c...