Changeset 91765 in webkit for trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
- Timestamp:
- Jul 26, 2011, 10:53:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
r91715 r91765 820 820 JSValue unfiltered = jsonParser.tryLiteralParse(); 821 821 if (!unfiltered) 822 return throwVMError(exec, createSyntaxError(exec, "Unable to parse JSON string"));822 return throwVMError(exec, createSyntaxError(exec, jsonParser.getErrorMessage())); 823 823 824 824 if (exec->argumentCount() < 2)
Note:
See TracChangeset
for help on using the changeset viewer.