|
From: strk <st...@ke...> - 2007-04-04 06:57:23
|
On Tue, Apr 03, 2007 at 07:43:15PM +0200, Albrecht Kleine wrote: > Hi folks, > > in current CVS the AS code "trace(e);" > is compiled to: > > SWFACTION_PUSH > [000] Double: 0 > SWFACTION_TRACE > SWFACTION_END > > > I'd rather expect something like this: > > SWFACTION_CONSTANTPOOL > [000] d > SWFACTION_PUSH > [000] Constant: 0 "e" > SWFACTION_GETVARIABLE > SWFACTION_TRACE > SWFACTION_END > > > Perhaps 'e' is a misleaded interpretation of e like a numerical EXPONENT? Works fine here. What about adding a testcase under test/actionscript ? --strk; |