The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / v8 / test / message / paren_in_arg_string.out @ f230a1cf

History | View | Annotate | Download (270 Bytes)

1
*%(basename)s:29: SyntaxError: Function arg string contains parenthesis
2
var paren_in_arg_string_bad = new Function(')', 'return;');
3
                              ^
4
SyntaxError: Function arg string contains parenthesis
5
    at Function (native)
6
    at *%(basename)s:29:31