Changeset 32807 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- May 2, 2008, 3:07:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r30534 r32807 91 91 92 92 private: 93 JSValue* getBackref( unsigned) const;94 JSValue* getLastParen( ) const;95 JSValue* getLeftContext( ) const;96 JSValue* getRightContext( ) const;93 JSValue* getBackref(ExecState*, unsigned) const; 94 JSValue* getLastParen(ExecState*) const; 95 JSValue* getLeftContext(ExecState*) const; 96 JSValue* getRightContext(ExecState*) const; 97 97 98 98 OwnPtr<RegExpObjectImpPrivate> d;
Note:
See TracChangeset
for help on using the changeset viewer.