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

Get rid of the notion of builtins "implemented as an ECMAScript function" #2734

Open
bakkot opened this issue Apr 13, 2022 · 0 comments
Open

Comments

@bakkot
Copy link
Contributor

bakkot commented Apr 13, 2022

E.g. in Built-in Function Objects we say

If a built-in function object is not implemented as an ECMAScript function it must provide [[Call]] and [[Construct]] internal methods that conform to the following definitions:

This is silly. We should stop talking about built-ins being implemented as ECMAScript function objects, except possibly to briefly note that this option is available to an implementation as long as its observable behavior is as specified.

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

1 participant