Changeset 35853 in webkit for trunk/JavaScriptCore/kjs/Shell.cpp
- Timestamp:
- Aug 20, 2008, 12:23:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Shell.cpp
r35807 r35853 31 31 #include "JSFunction.h" 32 32 #include "JSGlobalObject.h" 33 #include "JSLock.h" 33 34 #include "JSObject.h" 34 35 #include "Parser.h" … … 209 210 JSValue* functionGC(ExecState* exec, JSObject*, JSValue*, const ArgList&) 210 211 { 212 JSLock lock(false); 211 213 exec->heap()->collect(); 212 214 return jsUndefined(); … … 460 462 KJS::initializeThreading(); 461 463 464 JSLock lock(false); 465 462 466 Options options; 463 467 parseArguments(argc, argv, options);
Note:
See TracChangeset
for help on using the changeset viewer.