summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/syntactic-tail-call-inside-member-expr.out
blob: 10fd54db5d4d4288338bcf555fd498a3d8a885f1 (plain)
1
2
3
4
*%(basename)s:13: SyntaxError: Tail call expression is not allowed here
  return (continue  f(1)) (2) ;
          ^^^^^^^^^^^^^^
SyntaxError: Tail call expression is not allowed here