test262/test/language/statements/const/syntax
Mike Pennisi ade6d2e384 Remove "NotEarlyError" object
Because expectations regarding error "phase" are now expressed via test
meta-data, the test runner may now enforce this requirement on negative
tests.

Remove the "NotEarlyError" from the project source. This reduces the
amount of domain knowledge required to author tests and lessens the
potential for inconsistencies between tests.
2016-10-19 15:24:22 -04:00
..
block-scope-syntax-const-declarations-mixed-with-without-initialiser.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
block-scope-syntax-const-declarations-mixed-without-with-initialiser.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
block-scope-syntax-const-declarations-without-initialiser.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
const-declaring-let-split-across-two-lines.js Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
const-invalid-assignment-next-expression-for.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-invalid-assignment-statement-body-for-in.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-invalid-assignment-statement-body-for-of.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-outer-inner-let-bindings.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
const.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-case-expression-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-default-statement-list.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
with-initializer-do-statement-while-expression.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with-initializer-for-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with-initializer-if-expression-statement-else-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with-initializer-if-expression-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with-initializer-label-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with-initializer-while-expression-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-case-expression-statement-list.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-default-statement-list.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-do-statement-while-expression.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-for-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-if-expression-statement-else-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-if-expression-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-label-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
without-initializer-while-expression-statement.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00