Skip to content

Commit

Permalink
Use . instead of @ for internal slot access
Browse files Browse the repository at this point in the history
@ was originally introduced as a shorthand, since the ECMAScript spec always used the longhand "the value of the [[X]] internal slot of Y". As of tc39/ecma262#591, ECMAScript has now moved to Y.[[X]] as notation, so we can follow their lead.

See also the original discussion where @ was settled on in #178.
  • Loading branch information
domenic committed Jun 3, 2016
1 parent da4229e commit 7791c58
Showing 1 changed file with 338 additions and 340 deletions.
Loading

0 comments on commit 7791c58

Please sign in to comment.