lrn@chromium.org
|
b253dd8927
|
Create template system for strict-mode tests.
This makes it possible to get total coverage without creating thousands
of individual test files.
Review URL: http://codereview.chromium.org/7061008
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7985 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2011-05-23 10:35:30 +00:00 |
|
lrn@chromium.org
|
7db97de8e0
|
Added preparser strict-mode tests.
Now tests for use of eval, arguments, reserved words and with statement.
Review URL: http://codereview.chromium.org/7037024
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7951 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2011-05-19 09:01:46 +00:00 |
|
lrn@chromium.org
|
91968ac8a6
|
Fix newly introduced bug in detecing octal numbers.
TEST=mjsunit/strict
Review URL: http://codereview.chromium.org/6928059
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7805 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2011-05-06 12:47:18 +00:00 |
|
lrn@chromium.org
|
1a169aa3f0
|
Strict mode detection in preparser.
Handle octal escapes in everything but RegExps.
Extend preparser test suite to test whether the preparser reports
exceptions to throw.
TEST=preparser/*
Review URL: http://codereview.chromium.org/6927075
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7804 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2011-05-06 11:41:15 +00:00 |
|