gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #38084] Superclass prototype method call failure


From: bl0ckeduser
Subject: [Gnash-commit] [bug #38084] Superclass prototype method call failure
Date: Fri, 01 Feb 2013 22:40:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #17, bug #38084 (project gnash):

strk: Just tried, it also happens for me with 11,2,202,261.
What is strange is that when I compile the test alone
with makeswf with any SWF target versions, it works:

$ cat >test.as
function X() { trace('X ctor'); }
X.prototype = new Array();
trace("creating new object");
o = new X();
o.push("Array data");
trace(o.pop()); 
$ rm out.swf ~/.macromedia/Flash_Player/Logs/flashlog.txt 
$ makeswf -v 8 test.as >/dev/null
$ flashplayerdebugger out.swf
$ tail ~/.macromedia/Flash_Player/Logs/flashlog.txt 
creating new object
X ctor
Array data

I suppose I must have overlooked a subtle detail in the
array.as file, sorry. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38084>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]