v8/test
verwaest@chromium.org a1dd1a262c Revert "Remove special ExecutableAccessorInfo handling based on flag"
Temporarily reverting until we figure out how to handle the API cases that use accessors to lazily compute values.
dataAttributeGetterCustom in V8MessageEventCustom (at least) overwrites itself with the computed value using ForceSet. We can either force such clients to first use ForceDelete before caching, use some other caching mechanism; or provide an API for lazily computed properties.

TBR=dcarney@chromium.org
BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22173 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-07-02 16:59:04 +00:00
..
benchmarks Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
cctest Revert "Remove special ExecutableAccessorInfo handling based on flag" 2014-07-02 16:59:04 +00:00
fuzz-natives Remove distinction between hidden and normal runtime functions 2014-06-25 15:26:10 +00:00
intl Store i18n meta data in hidden symbols instead of js accessible properties 2014-04-01 10:56:16 +00:00
message Clean up some A64 specific code in common code that was introduced by A64 merge 2014-02-12 13:27:13 +00:00
mjsunit Revert "Remove special ExecutableAccessorInfo handling based on flag" 2014-07-02 16:59:04 +00:00
mozilla Throw syntax error when a getter/setter has the wrong number of params 2014-06-17 07:23:26 +00:00
preparser Throw syntax error when a getter/setter has the wrong number of params 2014-06-17 07:23:26 +00:00
promises-aplus Stop using urllib.urlretrieve() directly. 2014-05-21 09:25:05 +00:00
test262 Stop using urllib.urlretrieve() directly. 2014-05-21 09:25:05 +00:00
webkit Throw syntax error when a getter/setter has the wrong number of params 2014-06-17 07:23:26 +00:00