v8/test
rossberg@chromium.org 76375de29d Object.observe: prevent observed objects from using fast elements.
This is necessary because polymorphic stores generally
do not perform a map check but only an instance type check,
which misses out on changes in the observation status.
Unfortunately, there currently is no efficient way in V8
to maintain that optimisation in the presence of Object.observe.

R=mstarzinger@chromium.org
BUG=v8:2409

Review URL: https://codereview.chromium.org/11477006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13205 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-12-12 11:38:24 +00:00
..
benchmarks First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
cctest Add regression test for r13195. 2012-12-12 10:46:01 +00:00
es5conform First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
message Fire 'stack' getter of error objects after GC. 2012-12-11 10:14:01 +00:00
mjsunit Object.observe: prevent observed objects from using fast elements. 2012-12-12 11:38:24 +00:00
mozilla Fix mozilla test expectations. 2012-12-07 12:49:27 +00:00
preparser Adjust Android test expectations. 2012-10-19 09:28:23 +00:00
sputnik First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
test262 Fix test262 expectations for fast implementation of Math.exp() 2012-11-26 13:40:00 +00:00