Skip to content

Editorial: Document all TypedArray instance internal slots #3542

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gibson042
Copy link
Contributor

There are three locations in which the list of internal slots for a TypedArray instance appears:

The first of those is missing [[ByteLength]], the last is missing [[ContentType]], and all three disagree on the order in which to mention them. This PR updates everything to match the current contents and ordering in TypedArrayCreate.

@gibson042
Copy link
Contributor Author

@tc39/ecma262-editors is this waiting on something?

@ljharb ljharb requested a review from a team May 31, 2025 20:16
@ljharb ljharb added editorial change editor call to be discussed in the next editor call labels May 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor call to be discussed in the next editor call editorial change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants