http://codereview.chromium.org/93066/diff/1/12 File src/json-delay.js (right):
http://codereview.chromium.org/93066/diff/1/12#newcode57 Line 57: return global.eval('(' + s + ')'); Update: it turned out to be straightforward to move parsing and validation into native code so I've done that. No more regexps and eval. http://codereview.chromium.org/93066 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
