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