v8/test
fschneider@chromium.org e0985887bf Simple support for const variables in Crankshaft.
The approach is to handle the common case in the optimizing
compiler and to bailout for the rare corner cases.

This is done by initializing all local const-variables with
the hole value and disallowing any use of the hole value statically.
Review URL: http://codereview.chromium.org/6026006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8104 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-05-30 11:31:41 +00:00
..
benchmarks Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
cctest Revert "Pass undefined to JS builtins when called with implicit receiver." 2011-05-26 11:22:29 +00:00
es5conform Reapply 7763, including arm and x64 variants. 2011-05-05 05:21:30 +00:00
message Change cctests to use variant flags as part of the name for the serilization file. 2011-03-21 12:57:25 +00:00
mjsunit Simple support for const variables in Crankshaft. 2011-05-30 11:31:41 +00:00
mozilla Revert "Pass undefined to JS builtins when called with implicit receiver." 2011-05-26 11:22:29 +00:00
preparser Add tests for function statements in strict mode. 2011-05-24 14:02:59 +00:00
sputnik Revert "Pass undefined to JS builtins when called with implicit receiver." 2011-05-26 11:22:29 +00:00
test262 Bring test262 expectations up-to-date. 2011-04-11 13:54:30 +00:00