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: Sandro Santilli
Subject: [Gnash-commit] [bug #38084] Superclass prototype method call failure
Date: Tue, 15 Jan 2013 18:43:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

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

Here's the relevant snippet (probably):

function myXML_f() {}
myXML_f.prototype = new XMLSocket();

function myXML_sc() {
        this.superclass = myXML_f;
        this.superclass();
}

Maybe we found an use for those __constructor__ and "constructor" methods ...
Sounds like an interesting task


    _______________________________________________________

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]