From fa039200ef0a1322d584b18fe16a7e2a38b18c86 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 Jan 2021 04:06:39 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/object.js b/object.js index db37d99..6cb4d53 100755 --- a/object.js +++ b/object.js @@ -514,6 +514,9 @@ function(obj, name, callback, props){ // and to the method after the match. // NOTE: this is super(..) replacement, usable in any context without // restriction -- super(..) is restricted to class methods only... +// +// XXX BUG: the two flows with parent(proto.__call__, ..) and +// parent(proto, '__call__', ..) yeild different results... var parent = module.parent = function(proto, name){