Ignore:
Timestamp:
Jan 12, 2006, 11:01:29 AM (19 years ago)
Author:
staikos
Message:

Reviewed by Darin.

Add collector helper to interpreter in order to facilitate visibility rules in
KDE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/interpreter.h

    r11962 r12031  
    338338
    339339    /**
     340     * Run the garbage collection. Returns true when at least one object
     341     * was collected; false otherwise.
     342     */
     343    static bool collect();
     344
     345    /**
    340346     * Called by InterpreterImp during the mark phase of the garbage collector
    341347     * Default implementation does nothing, this exist for classes that reimplement Interpreter.
Note: See TracChangeset for help on using the changeset viewer.