From 12f49a5d9028be302cc8bc8d0432809d4647ba2c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 29 Jun 2021 20:58:30 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/object.js b/object.js index 867e9fb..e56a783 100755 --- a/object.js +++ b/object.js @@ -935,6 +935,8 @@ function(context, constructor, ...args){ // though the typeof(..) == 'function' will always work. // NOTE: this will fail with non-identifier names... // XXX is this a bug or a feature??? =) +// +// XXX need a way to set .name of a callable instance... var Constructor = module.Constructor = // shorthand...