Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: test/message/paren_in_arg_string.out

Issue 39973003: Merge bleeding_edge. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: again Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/intl/testcfg.py ('k') | test/mjsunit/allocation-site-info.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *%(basename)s:29: SyntaxError: Function arg string contains parenthesis 1 *%(basename)s:29: SyntaxError: Function arg string contains parenthesis
2 var paren_in_arg_string_bad = new Function(')', 'return;'); 2 var paren_in_arg_string_bad = new Function(')', 'return;');
3 ^ 3 ^
4 SyntaxError: Function arg string contains parenthesis 4 SyntaxError: Function arg string contains parenthesis
5 at Function (<anonymous>) 5 at Function (native)
6 at *%(basename)s:29:31 6 at *%(basename)s:29:31
OLDNEW
« no previous file with comments | « test/intl/testcfg.py ('k') | test/mjsunit/allocation-site-info.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698