ObjLitGetSetParseOnlyFdp.baseline 368 B

1234567
  1. ES 5 Object Literal grammar: parsing-only tests
  2. (test 1): Object literal duplicate set/get property
  3. PASS
  4. (test 2): Object literal set must have exactly one argument
  5. Success: Expected set with no arguments in object literal throws SyntaxError = true, got true
  6. Success: Expected set with two arguments in object literal throws SyntaxError = true, got true
  7. PASS