Ignore:
Timestamp:
Dec 4, 2002, 4:12:34 PM (22 years ago)
Author:
mjs
Message:

Reviewed by: Richard Williamson

Added explicit lock/unlock methods so Sherlock can grab the
interpreter lock as needed.

  • kjs/internal.cpp: (InterpreterImp::InterpreterImp): (InterpreterImp::lock): (InterpreterImp::unlock):
  • kjs/internal.h:
  • kjs/interpreter.cpp: (Interpreter::lock): (Interpreter::unlock):
  • kjs/interpreter.h:
File:
1 edited

Legend:

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

    r2851 r2935  
    146146    void initGlobalObject();
    147147
     148    static void lock();
     149    static void unlock();
     150
    148151    /**
    149152     * Returns the execution state object which can be used to execute
     
    211214     */
    212215    Object builtinArray() const;
    213 
    214216
    215217    /**
Note: See TracChangeset for help on using the changeset viewer.