Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-23 17:58:18 +03:00
parent a4afdc17be
commit 9d67033cc6

View File

@ -281,6 +281,7 @@ function Constructor(name, a, b){
_constructor.prototype)
// prototype defines .__call__(..)...
// NOTE: we need to isolate the .__call__ from instances...
// XXX should this be instanceof Function???
: _constructor.prototype.__call__ instanceof Function ?
_mirror(
function(){