v8/test/mjsunit/harmony
keuchel@chromium.org 0820205316 Avoid dynamic lookup when initializing let declared variables.
'Let's inside a 'with' would initialize the variable
using the StoreContextSlot runtime function which
would fail because it checks that the variable does
not hold the hole value.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9156 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-09-06 21:22:35 +00:00
..
block-conflicts.js Detect conflicting variable bindings in harmony mode. 2011-09-01 12:31:18 +00:00
block-lazy-compile.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
block-let-crankshaft.js Temporal dead zone behaviour for let bindings. 2011-08-30 11:23:57 +00:00
block-let-declaration.js Detect conflicting variable bindings in harmony mode. 2011-09-01 12:31:18 +00:00
block-let-semantics.js Temporal dead zone behaviour for let bindings. 2011-08-30 11:23:57 +00:00
block-scoping.js Parse harmony let declarations. 2011-08-16 14:24:12 +00:00
debug-blockscopes.js Avoid dynamic lookup when initializing let declared variables. 2011-09-06 21:22:35 +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 initial prototype of WeakMap function. 2011-08-30 09:35:20 +00:00