v8/test/message/syntactic-tail-call-of-eval.out

5 lines
198 B
Plaintext
Raw Normal View History

*%(basename)s:8: SyntaxError: Tail call of a direct eval is not allowed
return continue eval ("f()") ;
^^^^^^^^^^^^^
SyntaxError: Tail call of a direct eval is not allowed