Searched refs:RegExpConstructorPrivate (Results 1 – 5 of 5) sorted by relevance
92 struct RegExpConstructorPrivate : FastAllocBase { struct94 RegExpConstructorPrivate() in RegExpConstructorPrivate() argument116 , d(new RegExpConstructorPrivate) in RegExpConstructor()149 RegExpMatchesArray::RegExpMatchesArray(ExecState* exec, RegExpConstructorPrivate* data) in RegExpMatchesArray()152 RegExpConstructorPrivate* d = new RegExpConstructorPrivate; in RegExpMatchesArray()166 delete static_cast<RegExpConstructorPrivate*>(lazyCreationData()); in ~RegExpMatchesArray()171 RegExpConstructorPrivate* d = static_cast<RegExpConstructorPrivate*>(lazyCreationData()); in fillArrayInstance()
31 struct RegExpConstructorPrivate;67 OwnPtr<RegExpConstructorPrivate> d;
29 RegExpMatchesArray(ExecState*, RegExpConstructorPrivate*);
793 Allow custom memory allocation control for JavaScriptCore's RegExpConstructorPrivate struct 796 Inherits RegExpConstructorPrivate class from FastAllocBase because it has been5136 (JSC::RegExpConstructorPrivate::RegExpConstructorPrivate):5137 (JSC::RegExpConstructorPrivate::lastOvector):5138 (JSC::RegExpConstructorPrivate::tempOvector):5139 (JSC::RegExpConstructorPrivate::changeLastOvector):
6495 (KJS::RegExpConstructorPrivate::RegExpConstructorPrivate):