Changeset 167313 in webkit for trunk/Source/JavaScriptCore/API/JSScriptRef.cpp
- Timestamp:
- Apr 15, 2014, 10:46:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSScriptRef.cpp
r167199 r167313 69 69 static bool parseScript(VM* vm, const SourceCode& source, ParserError& error) 70 70 { 71 return JSC::parse<JSC::ProgramNode>(vm, source, 0, Identifier(), JSParseNormal, JSParseProgramCode, JSNotFunctionKind,error);71 return JSC::parse<JSC::ProgramNode>(vm, source, 0, Identifier(), JSParseNormal, JSParseProgramCode, error); 72 72 } 73 73
Note:
See TracChangeset
for help on using the changeset viewer.