- May 18, 2017
-
-
Leo Balter authored
-
- May 17, 2017
-
-
Rick Waldron authored
Remove unnecessary tests
-
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
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
-
- May 10, 2017
-
-
Leo Balter authored
-
Leo Balter authored
In browsers length is a valid property of window, so they would have a normal completion instead of a ReferenceError
-
Leo Balter authored
* Add tests for Promises rejection queue These basic tests assert the rejection is captured but a later queued job from a chain of then calls. * fixup! Add tests for Promises rejection queue
-
André Bargull authored
-
- May 09, 2017
-
-
Leo Balter authored
Expression statement lookahead restriction and identifier tests
-
- May 08, 2017
-
-
Leo Balter authored
-
- May 05, 2017
-
-
Leo Balter authored
Lexical redeclarations in block- and switch-statements Background feedback from @anba: In https://tc39.github.io/ecma262/#sec-switch-statement-static-semantics-lexicallydeclarednames, all lexically declared names from the different case clauses are combined. For each case clause, the LexicallyDeclaredNames definition from https://tc39.github.io/ecma262/#sec-block-static-semantics-lexicallydeclarednames applies, which has: ``` StatementListItem : Declaration 1. Return the BoundNames of Declaration. ``` And in https://tc39.github.io/ecma262/#prod-Declaration we've got: ``` Declaration[Yield, Await] : HoistableDeclaration[?Yield, ?Await, ~Default] ``` And in https://tc39.github.io/ecma262/#prod-HoistableDeclaration: ``` HoistableDeclaration[Yield, Await, Default] : FunctionDeclaration[?Yield, ?Await, ?Default] ``` And the BoundNames of a FunctionDeclaration is its BindingIdentifier https://tc39.github.io/ecma262/#sec-function-definitions-static-semantics-boundnames. And there's also B3.3.5 (https://tc39.github.io/ecma262/#sec-switch-duplicates-allowed-static-semantics) which allows duplicate FunctionDeclarations in sloppy mode in switch-statements.
-
Leo Balter authored
Switch to assert-lib in intl402
-
- May 04, 2017
-
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-