aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/strict-with.out
blob: 06e7ed852d4e5fb584dda20c3ae92adec38c9341 (plain)
1
2
3
4
*%(basename)s:32: SyntaxError: Strict mode code may not include a with statement
  with ({}) {}
  ^^^^
SyntaxError: Strict mode code may not include a with statement