forked from tc39/ecma262
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Let -> Set - Eliminate otherwise-assertions (per tc39#1559) - Change '?' to '!', because ::subtract can't return an abrupt completion. - Fix bug: '_v_' should be '_value_' - Fix bug: `_arrayTypeName_` not defined ... in Atomics.{store,wait,notify}. (In Atomics.store, it does get defined in step 5, but needs to be defined before the reference in step 3.) (In Atomics.wait, the undefined reference is in step 11, but by defining it earlier, it can also be used in the current step 3.) (In Atomics.notify, the undefined reference is in step 7.)
- Loading branch information
Showing
1 changed file
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters