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

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

Issue 14863013: Update SunSpider benchmark from 0.9.1 to 1.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing files Created 7 years, 7 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
OLDNEW
1 /* 1 /*
2 http://www.JSON.org/json2.js 2 http://www.JSON.org/json2.js
3 2009-09-29 3 2009-09-29
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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 return typeof reviver === 'function' ? 472 return typeof reviver === 'function' ?
473 walk({'': j}, '') : j; 473 walk({'': j}, '') : j;
474 } 474 }
475 475
476 // If the text is not JSON parseable, then a SyntaxError is thrown. 476 // If the text is not JSON parseable, then a SyntaxError is thrown.
477 477
478 throw new SyntaxError('JSON.parse'); 478 throw new SyntaxError('JSON.parse');
479 }; 479 };
480 } 480 }
481 }()); 481 }());
OLDNEW
« no previous file with comments | « chrome/test/data/sunspider/README.chromium ('k') | chrome/test/data/sunspider/string-base64.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698