Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-06-11 23:27:52 +03:00
parent fa8856f84f
commit ebfcf0b573

View File

@ -176,6 +176,8 @@
// XXX Reflect.construct(Function, args, newConstructor) // XXX Reflect.construct(Function, args, newConstructor)
// mainly usefull if the resulting instance has to be of a builtin // mainly usefull if the resulting instance has to be of a builtin
// type like a function (callable) or an array... // type like a function (callable) or an array...
// ...especially when overloading the constructor
// XXX should this be in advanced topics???