aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/syntactic-tail-call-in-subclass.out
blob: fff26cc59b0b5ebf8ab4949fd421923ad97a494e (plain)
1
2
3
4
*%(basename)s:12: SyntaxError: Tail call expression is not allowed here
      return continue f() ;
             ^^^^^^^^^^^^
SyntaxError: Tail call expression is not allowed here