test262/test/language/global-code
Kevin Gibbons 975e54de17 Top-level `let undefined` is a runtime error, not an early error. (#872)
The error occurs in [GlobalDeclarationInstantiation](https://tc39.github.io/ecma262/#sec-globaldeclarationinstantiation), which is runtime semantics.
2017-03-02 15:37:22 -05:00
..
S10.1.7_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.4.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.4.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
block-decl-strict.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
decl-func-dup.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-func.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-lex-configurable-global.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-lex-deletion.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-lex-restricted-global.js Top-level `let undefined` is a runtime error, not an early error. (#872) 2017-03-02 15:37:22 -05:00
decl-lex.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-var.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
export.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
import.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
new.target-arrow.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
new.target.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
return.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
script-decl-func-dups.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-func-err-non-configurable.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-func-err-non-extensible.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-func.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-deletion.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-lex.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-restricted-global.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-var.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-var-collision.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-var-err.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-var.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
super-call-arrow.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
super-call.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
super-prop-arrow.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
super-prop.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
switch-case-decl-strict.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
switch-dflt-decl-strict.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
unscopables-ignored.js Add test ensuring withEnvironment flag is honored 2016-06-21 12:14:53 -04:00
yield-non-strict.js Add tests for restricted grammar productions 2016-07-02 15:46:16 -04:00
yield-strict.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00