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

Side by Side Diff: chrome/test/data/json2.js

Issue 56154: Move json2.js to a common location. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | « chrome/test/data/dom_checker/json2.js ('k') | chrome/test/data/sunspider/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/test/data/dom_checker/json2.js:r69-2775
OLDNEW
1 /* 1 /*
2 http://www.JSON.org/json2.js 2 http://www.JSON.org/json2.js
3 2008-11-19 3 2008-11-19
4 4
5 Public Domain. 5 Public Domain.
6 6
7 NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. 7 NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
8 8
9 See http://www.JSON.org/js.html 9 See http://www.JSON.org/js.html
10 10
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 return typeof reviver === 'function' ? 469 return typeof reviver === 'function' ?
470 walk({'': j}, '') : j; 470 walk({'': j}, '') : j;
471 } 471 }
472 472
473 // If the text is not JSON parseable, then a SyntaxError is thrown. 473 // If the text is not JSON parseable, then a SyntaxError is thrown.
474 474
475 throw new SyntaxError('JSON.parse'); 475 throw new SyntaxError('JSON.parse');
476 }; 476 };
477 } 477 }
478 })(); 478 })();
OLDNEW
« no previous file with comments | « chrome/test/data/dom_checker/json2.js ('k') | chrome/test/data/sunspider/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698