Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-03 03:07:38 +03:00
parent fa039200ef
commit 9c9622e999

View File

@ -517,6 +517,9 @@ function(obj, name, callback, props){
// //
// XXX BUG: the two flows with parent(proto.__call__, ..) and // XXX BUG: the two flows with parent(proto.__call__, ..) and
// parent(proto, '__call__', ..) yeild different results... // parent(proto, '__call__', ..) yeild different results...
// ...this appears to affect only the .__call__(..) method...
// the problem seems to be that we are getting the first non-match
// when we want the first match after current...
var parent = var parent =
module.parent = module.parent =
function(proto, name){ function(proto, name){