Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are still some tests that require argument.caller to exist and to be poisoned #989

Closed
hermanventer opened this issue Apr 20, 2017 · 2 comments
Assignees

Comments

@hermanventer
Copy link

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.

@leobalter leobalter self-assigned this Oct 2, 2017
@leobalter
Copy link
Member

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.

@leobalter
Copy link
Member

cc @bterlson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants