Go to file
sgjesse@chromium.org 25405ddd9c Handle JavaScript accessors on the global object.
With the new representation of the global object adding JavaScript accessors for a property after global inline caches was created for that property did not work property as the inline caches did not take the JavaScript accessor information (fixed array with two elements) that could be present in a global object property cell into account.

This is now fixed by changing the map for a global object when a JavaScript accessor is defined on it.

BUG=394
TEST=test\mjsunit\regress\regress-394.js
Review URL: http://codereview.chromium.org/150162

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2317 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-07-01 11:20:33 +00:00
benchmarks Changed benchmark html and css files to be almost validating HTML 4.01 and CSS. 2009-06-24 10:10:49 +00:00
include A helper function to speed up creation of V8 wrappers for DOM Nodes. 2009-06-24 11:52:52 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Handle JavaScript accessors on the global object. 2009-07-01 11:20:33 +00:00
test Handle JavaScript accessors on the global object. 2009-07-01 11:20:33 +00:00
tools Attempt to reduce performance penalty for logging and profiling 2009-06-24 13:09:34 +00:00
AUTHORS Clarify precedence of operations involving bitwise and(&) in x64/assembler. 2009-06-19 09:12:20 +00:00
ChangeLog Prepare push of version 1.2.10 to trunk. 2009-06-29 08:12:02 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Make some small Mac-specific modifications to V8 to make it work on MacOS X 10.4 2009-06-18 00:22:52 +00:00