mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 09:27:09 +00:00

Pick up the current branch head for V8 4.9 https://github.com/v8/v8/commit/1ecba0f PR-URL: https://github.com/nodejs/node/pull/4722 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
*%(basename)s:29: SyntaxError: Function arg string contains parenthesis
|
|
var paren_in_arg_string_bad = new Function(')', 'return;');
|
|
^
|
|
SyntaxError: Function arg string contains parenthesis
|
|
at *%(basename)s:29:31
|