- 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
-
Joseph Pecoraro authored
-
- May 02, 2017
-
-
Leo Balter authored
for-await-of: dstr-binding, async func & async gen templates
-
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
-
- May 01, 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>
-