ecma262

[1/1]

  1. Say Goodbye to arguments.callee.caller: Safer and More Performant Alternatives
    In older versions of JavaScript, arguments. callee. caller allowed a function to access the function that called it (its caller). However