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
As per tc39/ecma262#689, the requirement to poison arguments.caller has been removed from the standard.
#797 was supposed to remove all references to arguments.caller from the test suite, but built-ins/Function/StrictFunction_restricted-properties.js still requires poisoned pill behavior for arguments.caller.
The text was updated successfully, but these errors were encountered:
the test/built-ins/Function/StrictFunction_restricted-properties.js file is checking for caller and arguments applied to function objects by AddRestrictedFunctionProperties and also mentioned in the Forbidden Extensions section.
Those are not the same poison as the previous arguments.caller.
As per tc39/ecma262#689, the requirement to poison arguments.caller has been removed from the standard.
#797 was supposed to remove all references to arguments.caller from the test suite, but built-ins/Function/StrictFunction_restricted-properties.js still requires poisoned pill behavior for arguments.caller.
The text was updated successfully, but these errors were encountered: