-
Notifications
You must be signed in to change notification settings - Fork 471
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
Possible missing tests for legacy function properties #4340
Labels
Comments
Hey @gibson042, this is I'm not going to create a PR until you give me a 👍 Code: main...jdorfman:test262:jd/issue-4340 Results:
Feel free to close without explanation, I won't take it personally ;) |
@jdorfman that's a great start, you should open that PR so it can be formally reviewed. |
Thanks @gibson042 done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ECMA-262 specifies presence of "caller" and "arguments" properties on
Function.prototype
that each use the single realm-global %ThrowTypeError% as both getter and setter, and does not specify such properties on function instances (where their absence is arguably expected). But, as observed at endojs/endo#2655 (comment) , implementations diverge.The text was updated successfully, but these errors were encountered: