v8/test
lrn@chromium.org 2c8680cc46 Avoid size increase of snapshot.
The prototype of builtin functions is already unwritable, so we don't
have to make it so (the default map for functions changes after builtins
are initialized).

We no longer need to make the prototype non-extensible, since all properties
that are ever read by the bultins code has been added and frozen already.
Adding properties to the prototype, or changing its __proto__, cannot affect
code.

Removing these two pieces of initialization code reduces the snapshot size
by a few Kb.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9166 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-09-07 11:56:06 +00:00
..
benchmarks Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00
cctest Fix a few clang warnings (which -Werror treats as errors) 2011-09-06 07:41:45 +00:00
es5conform Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
message Fix bug introduced by earlier "cleanup". 2011-08-22 12:54:03 +00:00
mjsunit Avoid size increase of snapshot. 2011-09-07 11:56:06 +00:00
mozilla Add flaky test expectation for a mozilla-debug test that assumes a specific execution time. 2011-09-02 09:28:14 +00:00
preparser Make GYP build usable for day-to-day work (second attempt) 2011-08-05 09:44:30 +00:00
sputnik Make regexp flag parsing stricter. 2011-08-19 11:02:41 +00:00
test262 Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00