Go to file
kasperl@chromium.org d4511a3a93 Fix issue with skipping global object during lookup through
the prototype chain. In case we're skipping a global object,
we have to be careful not to use ICs for the load, because
it's possible to introduce variables on the global object
without a map change.
Review URL: http://codereview.chromium.org/149316

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2385 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-07-08 07:13:44 +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 Fix issue with skipping global object during lookup through 2009-07-08 07:13:44 +00:00
test Fix issue with skipping global object during lookup through 2009-07-08 07:13:44 +00:00
tools Revert r2372 to get the tree green again. 2009-07-07 13:06:40 +00:00
AUTHORS Clarify precedence of operations involving bitwise and(&) in x64/assembler. 2009-06-19 09:12:20 +00:00
ChangeLog Prepare to push version 1.2.12 to trunk. 2009-07-06 07:45:39 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Separate native and interpreted regexp by compile time flag, not runtime. 2009-07-07 08:11:19 +00:00