v8/test/preparser
marja@chromium.org 5bbc92dee0 Throw syntax error when a getter/setter has the wrong number of params
We used to allow any number of parameters in getters and setters to
match JSC. This is a violation of ES5.1 and both SpiderMonkey and
Chakra throw on these syntax errors.

BUG=v8:3371
LOG=Y
R=marja@chromium.org

Review URL: https://codereview.chromium.org/329413002

Patch from Erik Arvidsson <arv@chromium.org>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21868 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-06-17 07:23:26 +00:00
..
duplicate-parameter.pyt Reintroduce duplicate identifier detection in preparser. 2011-09-07 12:39:53 +00:00
duplicate-property.pyt Throw syntax error when a getter/setter has the wrong number of params 2014-06-17 07:23:26 +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 Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
non-use-strict-octal-escape.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
non-use-strict-uhex-escape.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
nonstrict-arguments.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
nonstrict-eval.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
nonstrict-with.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
preparser.expectation Create template system for strict-mode tests. 2011-05-23 10:35:30 +00:00
preparser.status Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
strict-const.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-function-statement.pyt Add tests for function statements in strict mode. 2011-05-24 14:02:59 +00:00
strict-identifiers.pyt Remove obsolete preparser binary. 2013-10-04 16:21:23 +00:00
strict-octal-indirect-regexp.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-octal-number.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-octal-regexp.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-octal-string.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-octal-use-strict-after.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-octal-use-strict-before.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
strict-with.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
symbols-only.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
testcfg.py Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00