Ignore:
Timestamp:
Jun 19, 2008, 10:29:29 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Darin.

Prepare JavaScript heap for being per-thread.

File:
1 edited

Legend:

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

    r34587 r34659  
    9595
    9696    private:
    97         JSValue* getBackref(unsigned) const;
    98         JSValue* getLastParen() const;
    99         JSValue* getLeftContext() const;
    100         JSValue* getRightContext() const;
     97        JSValue* getBackref(ExecState*, unsigned) const;
     98        JSValue* getLastParen(ExecState*) const;
     99        JSValue* getLeftContext(ExecState*) const;
     100        JSValue* getRightContext(ExecState*) const;
    101101
    102102        OwnPtr<RegExpConstructorPrivate> d;
Note: See TracChangeset for help on using the changeset viewer.