Go to file
fschneider@chromium.org fdba189730 Fix a problem with const initialization in the top-level code generator.
When initializing the special local variable containing the reference to the enclosing 
function in named functions we now (correctly) emit an INIT_CONST instead of INIT_VAR,
and we correctly bail out in the top-level code generator.

Also part of this change is adding missing statement position information 
for some statements in the top-level code generator.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3587 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-01-12 17:22:57 +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 Added ScriptData::HasError. 2010-01-11 12:13:24 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Fix a problem with const initialization in the top-level code generator. 2010-01-12 17:22:57 +00:00
test Fix float conversion warning from some gcc versions. 2010-01-12 15:36:43 +00:00
tools Inline a number of simple date computations. 2010-01-08 07:49:07 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS Fix for bug 512 from Subrato De, CodeAurora. 2009-12-09 11:14:45 +00:00
ChangeLog Prepare push to trunk. We are now working on version 2.0.6 2009-12-18 08:21:21 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct Fix building of D8 2010-01-11 10:00:07 +00:00