d1d4fa20b0
These constructors always go through C++ at least twice anyway, so there's not really a point in trying to implement them in JavaScript. R=yangguo@chromium.org BUG=chromium:535408 LOG=n Review URL: https://codereview.chromium.org/1548623002 Cr-Commit-Position: refs/heads/master@{#33012}
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
|