node/deps/v8
kmillikin@chromium.org 7c2869046e Fix an assertion failure in the full code generator.
We hit an assertion failure when we tried to record the AST ID of
the (shared) .arguments variable proxy more than once.  This was hit
when we had multiple calls to the same parameter in a function that
used the arguments object.  The fix is to not visit the subexpressions
of the (shared) property access expression.

BUG=1060

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@6404 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-01-20 01:39:32 +01:00
..
benchmarks Upgrade V8 to 2.5.0 2010-10-18 17:13:30 -07:00
include Upgrade V8 to 3.0.8 2011-01-17 11:32:56 -08:00
preparser Upgrade V8 to 3.0.3 2010-12-17 09:47:55 -08:00
samples Upgrade V8 to 3.0.3 2010-12-17 09:47:55 -08:00
src Fix an assertion failure in the full code generator. 2011-01-20 01:39:32 +01:00
test Fix an assertion failure in the full code generator. 2011-01-20 01:39:32 +01:00
tools Upgrade V8 to 3.0.9 2011-01-19 11:06:13 -08:00
.gitignore Upgrade V8 to 2.0.5.4 2009-12-30 02:35:15 +01:00
0002-Patch-for-oprofile.patch Add oprofile patch to repo 2010-12-16 14:25:02 -08:00
AUTHORS Upgrade V8 to 3.0.0 2010-12-07 13:56:11 -08:00
ChangeLog Upgrade V8 to 3.0.9 2011-01-19 11:06:13 -08:00
LICENSE Upgrade V8 to 3.0.9 2011-01-19 11:06:13 -08:00
SConstruct Workaround for V8 bug 884 2011-01-19 11:06:49 -08:00