test262/test/language/eval-code/direct
Leo Balter f8f5a7a1e7
Add missing generators flags
2017-10-26 19:04:57 -04:00
..
block-decl-strict-caller.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
block-decl-strict-source.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
cptn-nrml-empty-block.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-do-while.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-empty.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-for.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-if.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-switch.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-var.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-empty-while.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-expr-obj.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-nrml-expr-prim.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
cptn-thrw-prim.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
export.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
global-env-rec-catch.js Refactor tests for eval code 2016-04-25 16:36:39 -04:00
global-env-rec-eval.js Refactor tests for eval code 2016-04-25 16:36:39 -04:00
global-env-rec-fun.js Refactor tests for eval code 2016-04-25 16:36:39 -04:00
global-env-rec-with.js Refactor tests for eval code 2016-04-25 16:36:39 -04:00
global-env-rec.js Refactor tests for eval code 2016-04-25 16:36:39 -04:00
import.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
lex-env-distinct-cls.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
lex-env-distinct-const.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
lex-env-distinct-let.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
lex-env-heritage.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
lex-env-no-init-cls.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
lex-env-no-init-const.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
lex-env-no-init-let.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
new.target-arrow.js Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
new.target-fn.js Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
new.target.js Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
non-definable-function-with-function.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
non-definable-function-with-variable.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
non-definable-global-function.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
non-definable-global-generator.js Add missing generators flags 2017-10-26 19:04:57 -04:00
non-definable-global-var.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
non-string-object.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
non-string-primitive.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
parse-failure-1.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
parse-failure-2.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-failure-3.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
parse-failure-4.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
parse-failure-5.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
strictness-override.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
super-call-arrow.js Add tests for early errors from `super` 2016-07-02 15:46:15 -04:00
super-call-fn.js Update for new `eval` restrictions on `super` (#781) 2016-10-24 10:43:44 -07:00
super-call-method.js Update for new `eval` restrictions on `super` (#781) 2016-10-24 10:43:44 -07:00
super-call.js Add tests for early errors from `super` 2016-07-02 15:46:15 -04:00
super-prop-arrow.js Add tests for early errors from `super` 2016-07-02 15:46:15 -04:00
super-prop-dot-no-home.js Update for new `eval` restrictions on `super` (#781) 2016-10-24 10:43:44 -07:00
super-prop-expr-no-home-no-eval.js Update for new `eval` restrictions on `super` (#781) 2016-10-24 10:43:44 -07:00
super-prop-expr-no-home.js Update for new `eval` restrictions on `super` (#781) 2016-10-24 10:43:44 -07:00
super-prop-method.js Add tests for early errors from `super` 2016-07-02 15:46:15 -04:00
super-prop.js Add tests for early errors from `super` 2016-07-02 15:46:15 -04:00
switch-case-decl-strict-caller.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
switch-case-decl-strict-source.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
switch-dflt-decl-strict-caller.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
switch-dflt-decl-strict-source.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
this-value-func-non-strict.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
this-value-func-strict-caller.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
this-value-func-strict-source.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
this-value-global.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-func-init-global-new.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-init-global-update-configurable.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-init-global-update-non-configurable.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-init-local-new-delete.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-init-local-new.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-init-local-update.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-init-multi.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-func-non-strict.js Add equivalent tests for eval code 2016-04-25 16:36:41 -04:00
var-env-func-strict-caller-2.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-func-strict-caller.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-func-strict-source.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-gloabl-lex-strict-caller.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-global-lex-non-strict.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
var-env-global-lex-strict-source.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-lower-lex-catch-non-strict.js Add tests for TryStatement binding restrictions (#577) 2016-04-21 15:54:25 -04:00
var-env-lower-lex-non-strict.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-lower-lex-strict-caller.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-lower-lex-strict-source.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-var-init-global-exstng.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-var-init-global-new.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-var-init-local-exstng.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-var-init-local-new-delete.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-var-init-local-new.js Extend coverage for eval code 2016-04-25 16:43:48 -04:00
var-env-var-non-strict.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-var-strict-caller-2.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-var-strict-caller-3.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-var-strict-caller.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00
var-env-var-strict-source.js Re-organize tests for eval 2016-04-25 16:36:36 -04:00