v8/test
olehougaard e3c0ae62af Go into slow case when encountering object initialization on the top level to optimize performance of code like
C.prototype.x = ...;
C.prototype.y = ...;
...
C.prototype.z = ...;
Review URL: http://codereview.chromium.org/27128

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1372 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-26 07:54:22 +00:00
..
cctest Fix lint issues found by tools/presubmit.py. 2009-02-26 07:05:53 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Go into slow case when encountering object initialization on the top level to optimize performance of code like 2009-02-26 07:54:22 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00