You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I read the code in 'example.js', I am doubt that the code statement "if (passedArgs[argCtr].name == getParamNames(args.callee)[argCtr])". When 'passedArgs[argCtr].name' is 'undefined' and 'getParamNames(args.callee)[argCtr]' is also the 'undefined',the statement will be executed.But I can not understand why the 'passedArgs[argCtr].name' is 'undefined' ,the 'logObj = {'type': 'callback_passed', 'name': passedArgs[argCtr].name, 'index': c, 'time': Date.now()};' is reasonable. Could you give me some advice?Thanks!
The text was updated successfully, but these errors were encountered:
When I read the code in 'example.js', I am doubt that the code statement "if (passedArgs[argCtr].name == getParamNames(args.callee)[argCtr])". When 'passedArgs[argCtr].name' is 'undefined' and 'getParamNames(args.callee)[argCtr]' is also the 'undefined',the statement will be executed.But I can not understand why the 'passedArgs[argCtr].name' is 'undefined' ,the 'logObj = {'type': 'callback_passed', 'name': passedArgs[argCtr].name, 'index': c, 'time': Date.now()};' is reasonable. Could you give me some advice?Thanks!
The text was updated successfully, but these errors were encountered: