test262/test/language/statements/for-in
Mike Pennisi 407b8964ce Add tests for ES2015 completion reform
In order to facilitate proper tail calls, ES2015 modified the completion
value of a number of statements.

These tests use `eval` to verify the new values.
2016-01-22 15:00:03 -05:00
..
12.6.4-1.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
12.6.4-2.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
S12.6.4_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.6.4_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.6.4_A3.1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A3.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A4.1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A4.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A5.1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A5.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A6.1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A6.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A7_T1.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A7_T2.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A14_T2.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A15.js Reorganize ./test 2014-12-07 15:33:09 -08:00
const-bound-names-fordecl-tdz-for-in.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
const-fresh-binding-per-iteration-for-in.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
cptn-decl-abrupt-empty.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-decl-itr.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-decl-skip-itr.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-decl-zero-itr.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-expr-abrupt-empty.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-expr-itr.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-expr-skip-itr.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
cptn-expr-zero-itr.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
head-decl-expr.js Add tests for iterator expression in ForIn/Of head 2016-01-19 12:27:33 -05:00
head-expr-expr.js Add tests for iterator expression in ForIn/Of head 2016-01-19 12:27:33 -05:00
head-var-expr.js Add tests for iterator expression in ForIn/Of head 2016-01-19 12:27:33 -05:00
let-bound-names-fordecl-tdz-for-in.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
let-fresh-binding-per-iteration-for-in.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00