Changeset 12031 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- Jan 12, 2006, 11:01:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r11962 r12031 338 338 339 339 /** 340 * Run the garbage collection. Returns true when at least one object 341 * was collected; false otherwise. 342 */ 343 static bool collect(); 344 345 /** 340 346 * Called by InterpreterImp during the mark phase of the garbage collector 341 347 * Default implementation does nothing, this exist for classes that reimplement Interpreter.
Note:
See TracChangeset
for help on using the changeset viewer.