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

Editorial: use dot notation for accessing internal slots & co. #96

Merged
merged 2 commits into from
Jul 27, 2016

Conversation

caridy
Copy link
Contributor

@caridy caridy commented Jul 26, 2016

use dot notation for accessing internal slots

This is a follow up from tc39/ecma262#591

Specifically, change:

   the [[Foo]] internal slot of _O_  (132 occurrences)

and

   _O_'s [[Foo]] internal slot (265 occurrences)

to

   _O_.[[Foo]]

while preserving some references when using "Internal Slot" in a sentence to test for identity, and removing "the value of" wording in front.

Length default property of functions is 0

This is a follow up from tc39/ecma262#597

  • removing unnecessary definitions

@caridy caridy added the editorial Involves an editorial fix label Jul 26, 2016
…erty equal 0 since that is the default value
@caridy caridy changed the title Editorial: use dot notation for accessing internal slots Editorial: use dot notation for accessing internal slots & co. Jul 26, 2016
@srl295
Copy link
Member

srl295 commented Jul 26, 2016

looks good…

@zbraniecki
Copy link
Member

lgtm!

@caridy caridy merged commit a738740 into master Jul 27, 2016
@caridy caridy deleted the editorial-internal-ref branch July 27, 2016 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial Involves an editorial fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants