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

suggested changes #1

Conversation

jmdyck
Copy link

@jmdyck jmdyck commented Jun 13, 2021

No description provided.

jmdyck added 4 commits June 12, 2021 22:17
Every call to CreateBuiltinFunction supplies an arg for it.
Looking at this again...

(1)
I don't think CreateBuiltinFunction should be getting into
the details of what internal slots are appropriate.
That should all be covered elsewhere (i.e., in 10.3).

(2)
I don't think 10.3 needs the table.

Note that it lists [[Realm]], and the following para
adds on the table for ordinary function objects,
which also lists [[Realm]].

Note also that there's an earlier paragraph
that lists the slots for an exotic built-in,
but leaves out [[InitialName]],
so we're giving mixed messages.

Instead, I think 10.3 can cover it in 2 paragraphs,
that concisely and (fairly) clearly
specify all the internal slots for a built-in function,
depending on how it's implemented.
... as that's the usual order in which they appear.
@ExE-Boss ExE-Boss merged commit e09a329 into ExE-Boss:editorial/create-builtin-function/fix-internal-slots-list-param Jun 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants