test262/test/language/block-scope/leave
Rick Waldron 3f9587a8ee Import tests from Google V8 (Block Scoping)
These tests are derived from the following files within the Google V8 project:

	test/mjsunit/harmony/block-conflicts.js
	test/mjsunit/harmony/block-for.js
	test/mjsunit/harmony/block-leave.js
	test/mjsunit/harmony/block-let-declaration.js
	test/mjsunit/harmony/block-let-semantics.js
	test/mjsunit/harmony/block-scoping.js
2015-03-04 11:10:46 -05:00
..
finally-block-let-declaration-only-shadows-outer-parameter-value-1.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
finally-block-let-declaration-only-shadows-outer-parameter-value-2.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
for-loop-block-let-declaration-only-shadows-outer-parameter-value-1.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
for-loop-block-let-declaration-only-shadows-outer-parameter-value-2.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
nested-block-let-declaration-only-shadows-outer-parameter-value-1.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
nested-block-let-declaration-only-shadows-outer-parameter-value-2.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
try-block-let-declaration-only-shadows-outer-parameter-value-1.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
try-block-let-declaration-only-shadows-outer-parameter-value-2.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
verify-context-in-finally-block.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
verify-context-in-for-loop-block.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
verify-context-in-labelled-block.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
verify-context-in-try-block.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
x-after-break-to-label.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
x-before-continue.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00