summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/syntactic-tail-call-in-logical-or.out
blob: 4ced76118a6c673a2e46a1aafe573bf44313bbc8 (plain)
1
2
3
4
*%(basename)s:13: SyntaxError: Tail call expression is not allowed here
  return   continue f()   || a ;
           ^^^^^^^^^^^^
SyntaxError: Tail call expression is not allowed here