- Jun 12, 2017
-
-
Rick Waldron authored
Will need to revisit with a function and generator version Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Jun 09, 2017
-
-
Rick Waldron authored
Tests for PR to Prohibit ASI between 'let' and 'yield'/'await'
-
- May 31, 2017
-
-
Rick Waldron authored
src/dstr-assignment-async-iteration -> src/dstr-assignment-for-await
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
[WIP] for-await-of: dstr-assignment, templates & cases
-
- May 25, 2017
-
-
Leo Balter authored
Move dstr-binding for-await-of cases and templates to dstr-binding-async-iteration. Fixes gh-1043
-
- May 22, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Arup Rakshit authored
-
jugglinmike authored
-
- May 19, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 18, 2017
-
-
Rick Waldron authored
Remove more unnecessary tests
-
Rick Waldron authored
Update TR 104
-
Leo Balter authored
-
Leo Balter authored
-
- May 17, 2017
-
-
Leo Balter authored
These tests are not helpful for their respective APIs being tested. They don't add any coverage for the built-in apis and basically check behaviors that might conflict with a implementation defined global.
-
Rick Waldron authored
Remove unnecessary tests
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Leo Balter authored
These tests are not adding any coverage to the respective API they should be covering. There are other files checking cases for array-like objects, and playing this with the global might cause issues and unnexpected behavior on specific environments like browsers.
-
Mathias Bynens authored
Thanks to @anba for spotting this: https://github.com/tc39/test262/pull/1014/files/4843f049fafb6cdd61e3be011e3701cc94a9fe46#r116528031
-
- May 16, 2017
-
-
Rick Waldron authored
Fix features flags
-
Leo Balter authored
-
Leo Balter authored
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Add templates for dstr-binding w/ for-await-of looping over async iterators
-
- May 15, 2017
-
-
Rick Waldron authored
Assert iterators are consumed - and closed - in dstr patterns
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
- May 12, 2017
-
-
Leo Balter authored
for-await-of: dstr-binding, error, async func & async gen templates
-
Leo Balter authored
The proposal is no longer on Stage 3 neither in active development. From https://github.com/tc39/ecmascript_simd > SIMD.js has been taken out of active development in TC39 and removed from Stage 3, and is not being pursued by web browsers for implementation.
-
Leo Balter authored
Closes #1019
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 11, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Rick Waldron authored
Set a proper length reference to avoid conflict with browsers
-