v8/test/sputnik
lrn@chromium.org 480ec43c4e Make "native" not a keyword.
We now only recognize "native function" when it occurs in extension scripts
(parsing with a non-NULL extension), and only if there is no line-terminator
between "native" and "function" (so that it would otherwise be a Syntax Error).
Preparsing never recognizes native functions, which is acceptable since we
never preparse extension scripts (because we don't allow lazy functions
anyway).

BUG=v8:1097

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8326 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-06-20 10:20:57 +00:00
..
README Land update to sputnik tests. 2011-02-24 06:38:45 +00:00
sputnik.status Make "native" not a keyword. 2011-06-20 10:20:57 +00:00
testcfg.py Reapply 7581, Fix tools/test.py to allow CTRL+C to work correctly again. 2011-04-15 09:41:09 +00:00

To run the sputniktests you must check out the test suite from
googlecode.com.  The test expectations are currently relative to
version 94. To get the tests run the following command within
v8/test/sputnik/

  svn co http://sputniktests.googlecode.com/svn/trunk/ -r94 sputniktests