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
2011-01-17 13:35:30 -08:00
2011-01-18 23:22:38 -08:00
2011-01-18 22:27:12 -08:00
2011-01-16 15:12:28 -08:00
2010-12-20 23:51:07 +01:00
2011-01-08 15:46:07 -08:00
2011-01-16 15:12:28 -08:00
2010-12-02 10:35:39 -08:00
2010-11-22 13:32:49 -08:00
2010-11-01 16:51:20 -07:00
2010-11-23 23:33:20 -06:00
2010-12-01 17:01:25 -08:00
2010-12-22 10:24:47 -08:00
2010-07-14 09:50:17 -07:00
2011-01-05 11:59:04 -08:00
2011-01-18 23:22:38 -08:00
2011-01-19 11:18:12 -08:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB