Changeset 231310 in webkit for trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
- Timestamp:
- May 3, 2018, 9:58:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
r231197 r231310 358 358 const String& string = asString(value)->value(m_exec); 359 359 RETURN_IF_EXCEPTION(scope, StringifyFailed); 360 if (builder. tryAppendQuotedJSONString(string))360 if (builder.appendQuotedJSONString(string)) 361 361 return StringifySucceeded; 362 362 throwOutOfMemoryError(m_exec, scope);
Note:
See TracChangeset
for help on using the changeset viewer.