Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-06-29 20:58:30 +03:00
parent d9526e4c76
commit 12f49a5d90

View File

@ -935,6 +935,8 @@ function(context, constructor, ...args){
// though the typeof(..) == 'function' will always work. // though the typeof(..) == 'function' will always work.
// NOTE: this will fail with non-identifier names... // NOTE: this will fail with non-identifier names...
// XXX is this a bug or a feature??? =) // XXX is this a bug or a feature??? =)
//
// XXX need a way to set .name of a callable instance...
var Constructor = var Constructor =
module.Constructor = module.Constructor =
// shorthand... // shorthand...