![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: [JSON] Changing the class of an object after its construction
From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Sun Nov 20 2005 - 16:02:31 CET
Thomas 'PointedEars' Lahn wrote:
> In fact, it MUST NOT work. `obj1' does not refer to a constructor
or
obj1.__proto__ = myClass.prototype;
PointedEars
|