test262/test/language/block-scope/semantics/const
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
..
block-local-closure-get-before-initialization.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
block-local-use-before-initialization-in-declaration-statement.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
block-local-use-before-initialization-in-prior-statement.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
function-local-closure-get-before-initialization.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
function-local-use-before-initialization-in-declaration-statement.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
function-local-use-before-initialization-in-prior-statement.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
global-closure-get-before-initialization.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
global-use-before-initialization-in-declaration-statement.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
global-use-before-initialization-in-prior-statement.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00