Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-02 04:06:39 +03:00
parent 4e0d0f279d
commit fa039200ef

View File

@ -514,6 +514,9 @@ function(obj, name, callback, props){
// and to the method after the match. // and to the method after the match.
// NOTE: this is super(..) replacement, usable in any context without // NOTE: this is super(..) replacement, usable in any context without
// restriction -- super(..) is restricted to class methods only... // 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 = var parent =
module.parent = module.parent =
function(proto, name){ function(proto, name){