Changeset 192935 in webkit for trunk/Source/JavaScriptCore/API/JSScriptRef.cpp
- Timestamp:
- Dec 1, 2015, 5:37:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSScriptRef.cpp
r192914 r192935 72 72 return !!JSC::parse<JSC::ProgramNode>( 73 73 vm, source, Identifier(), JSParserBuiltinMode::NotBuiltin, 74 JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, SuperBinding::NotNeeded,74 JSParserStrictMode::NotStrict, SourceParseMode::ProgramMode, 75 75 error); 76 76 }
Note:
See TracChangeset
for help on using the changeset viewer.