Changeset 44923 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Jun 21, 2009, 4:02:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r44705 r44923 351 351 UString programSource = asString(program)->value(); 352 352 353 LiteralParser preparser(callFrame, programSource );353 LiteralParser preparser(callFrame, programSource, LiteralParser::NonStrictJSON); 354 354 if (JSValue parsedObject = preparser.tryLiteralParse()) 355 355 return parsedObject;
Note:
See TracChangeset
for help on using the changeset viewer.