Searched refs:RegExpConstructorPrivate (Results 1 – 5 of 5) sorted by relevance
32 struct RegExpConstructorPrivate;34 struct RegExpConstructorPrivate { struct38 RegExpConstructorPrivate() in RegExpConstructorPrivate() function94 OwnPtr<RegExpConstructorPrivate> d;
100 , 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()
29 RegExpMatchesArray(ExecState*, RegExpConstructorPrivate*);
16964 (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 been27151 (JSC::RegExpConstructorPrivate::RegExpConstructorPrivate):27152 (JSC::RegExpConstructorPrivate::lastOvector):27153 (JSC::RegExpConstructorPrivate::tempOvector):27154 (JSC::RegExpConstructorPrivate::changeLastOvector):
6495 (KJS::RegExpConstructorPrivate::RegExpConstructorPrivate):