Go to file
fschneider@chromium.org 7a3a043eb2 Refactor code for generating assignments in the fast compiler.
1. Refactor the structure of VisitAssignment: The existing code is not ideal 
to be extended with support for compound assignments.

2. Reuse common code for keyed property assigments: Now variables rewritten 
to a property (.arguments access) are treated like normal keyed property
assignments. This allows us to remove some code duplication.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3425 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-12-04 14:30:27 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Remove usage of JSArray in Script object 2009-11-27 14:10:48 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Refactor code for generating assignments in the fast compiler. 2009-12-04 14:30:27 +00:00
test Fix issue 540 by handling the case that a declaration is in the 2009-12-04 11:59:09 +00:00
tools Initial OpenBSD support 2009-12-02 13:38:50 +00:00
.gitignore X64: Fix bugs affecting Win64. 2009-10-13 10:56:13 +00:00
AUTHORS Add vfp support on ARM. Patch from John Jozwiak. 2009-11-12 13:04:02 +00:00
ChangeLog Prepare push to trunk. Now working on 2.0.4. 2009-12-04 11:50:27 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct Initial OpenBSD support 2009-12-02 13:38:50 +00:00