Changeset 89192 in webkit for trunk/Source/JavaScriptCore/API/JSValueRef.cpp
- Timestamp:
- Jun 18, 2011, 1:47:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSValueRef.cpp
r89184 r89192 235 235 ExecState* exec = toJS(ctx); 236 236 APIEntryShim entryShim(exec); 237 UString str = string->ustring(); 238 LiteralParser parser(exec, str.characters(), str.length(), LiteralParser::StrictJSON); 237 LiteralParser parser(exec, string->ustring(), LiteralParser::StrictJSON); 239 238 return toRef(exec, parser.tryLiteralParse()); 240 239 }
Note:
See TracChangeset
for help on using the changeset viewer.