v8/test/mjsunit/harmony
keuchel@chromium.org c6c504f8b6 Parse harmony let declarations.
Implementation of the harmony block scoped let bindings as proposed here:
http://wiki.ecmascript.org/doku.php?id=harmony:block_scoped_bindings

Changes to the syntax are explained there. They are active under the
harmony_block_scoping_ flag in the parser.

Review URL: http://codereview.chromium.org/7616009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8944 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-08-16 14:24:12 +00:00
..
block-lazy-compile.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
block-let-declaration.js Parse harmony let declarations. 2011-08-16 14:24:12 +00:00
block-scoping.js Parse harmony let declarations. 2011-08-16 14:24:12 +00:00
debug-blockscopes.js Parse harmony let declarations. 2011-08-16 14:24:12 +00:00
debug-evaluate-blockscopes.js Parse harmony let declarations. 2011-08-16 14:24:12 +00:00
proxies.js Implement Object.prototype.{hasOwnProperty, propertyIsEnumerable} for proxies. 2011-07-21 11:20:27 +00:00
typeof.js Implement Harmony semantics for typeof null (behind a flag). 2011-08-10 12:12:06 +00:00
weakmaps.js Fix issue with prototype of WeakMap constructor. 2011-08-16 12:09:47 +00:00