v8/test/preparser
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
..
empty.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
functions-only.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
non-alphanum.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
non-use-strict-hex-escape.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
non-use-strict-octal-escape.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
non-use-strict-uhex-escape.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
nonstrict-arguments.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
nonstrict-eval.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
nonstrict-with.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
preparser.expectation Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
preparser.status Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-arguments-argument-own.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-argument.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-assign.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-catch.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-func-own.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-func.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-funcexp.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-op-assign.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-postfix.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-prefix.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-arguments-var.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-argument-own.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-argument.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-assign.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-catch.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-func-own.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-func.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-funcexp.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-op-assign.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-postfix.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-prefix.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-eval-var.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-octal-indirect-regexp.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-number.js Fix newly introduced bug in detecing octal numbers. 2011-05-06 12:47:18 +00:00
strict-octal-regexp.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-string.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-use-strict-after.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-use-strict-before.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-with.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-argument-own.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-argument.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-assign.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-catch.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-func-own.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-func.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-funcexp.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-op-assign.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-postfix.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-prefix.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
strict-yield-var.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
symbols-only.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
testcfg.py Let test configuration disable variant flags. Used for preparser tests. 2011-05-09 09:02:27 +00:00