jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Native Interface inheritance #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Manage (or not) the inheritance of objects that supports Native Interface
system.
eg.

  function myBuffer() {}
  myBuffer.prototype = Buffer;
  Stream(myBuffer);
  ...

Original issue reported on code.google.com by sou...@gmail.com on 16 Jun 2008 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 27 Nov 2008 at 10:16

GoogleCodeExporter commented 9 years ago
Issue 48 has been merged into this issue.

Original comment by sou...@gmail.com on 27 Feb 2009 at 4:04