Home
last modified time | relevance | path

Searched refs:RegExpConstructorPrivate (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DRegExpConstructor.h32 struct RegExpConstructorPrivate;
34 struct RegExpConstructorPrivate { struct
38 RegExpConstructorPrivate() in RegExpConstructorPrivate() function
94 OwnPtr<RegExpConstructorPrivate> d;
DRegExpConstructor.cpp100 , d(adoptPtr(new RegExpConstructorPrivate)) in RegExpConstructor()
111 RegExpMatchesArray::RegExpMatchesArray(ExecState* exec, RegExpConstructorPrivate* data) in RegExpMatchesArray()
114 RegExpConstructorPrivate* d = new RegExpConstructorPrivate; in RegExpMatchesArray()
128 delete static_cast<RegExpConstructorPrivate*>(subclassData()); in ~RegExpMatchesArray()
133 RegExpConstructorPrivate* d = static_cast<RegExpConstructorPrivate*>(subclassData()); in fillArrayInstance()
DRegExpMatchesArray.h29 RegExpMatchesArray(ExecState*, RegExpConstructorPrivate*);
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2416964 (JSC::RegExpConstructorPrivate::RegExpConstructorPrivate):
16965 (JSC::RegExpConstructorPrivate::lastOvector):
16966 (JSC::RegExpConstructorPrivate::tempOvector):
16967 (JSC::RegExpConstructorPrivate::changeLastOvector):
22816 Allow custom memory allocation control for JavaScriptCore's RegExpConstructorPrivate struct
22819 Inherits RegExpConstructorPrivate class from FastAllocBase because it has been
27151 (JSC::RegExpConstructorPrivate::RegExpConstructorPrivate):
27152 (JSC::RegExpConstructorPrivate::lastOvector):
27153 (JSC::RegExpConstructorPrivate::tempOvector):
27154 (JSC::RegExpConstructorPrivate::changeLastOvector):
DChangeLog-2008-08-106495 (KJS::RegExpConstructorPrivate::RegExpConstructorPrivate):