Changeset 34790 in webkit for trunk/JavaScriptCore/kjs/Shell.cpp
- Timestamp:
- Jun 24, 2008, 11:34:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Shell.cpp
r34757 r34790 298 298 TRY 299 299 res = jscmain(argc, argv); 300 #ifndef NDEBUG 301 JSLock lock; 302 JSGlobalData::threadInstance().heap->collect(); 303 #endif 300 304 EXCEPT(res = 3) 301 305 return res; … … 452 456 runInteractive(globalObject); 453 457 454 #ifndef NDEBUG455 globalObject->globalData()->heap->collect();456 #endif457 458 458 return success ? 0 : 3; 459 459 }
Note:
See TracChangeset
for help on using the changeset viewer.