Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use . instead of @ for internal slot access
@ 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