Searched defs:regExpPrototype (Results 1 – 2 of 2) sorted by relevance
130 RegExpPrototype* regExpPrototype; member214 RegExpPrototype* regExpPrototype() const { return d()->regExpPrototype; } in regExpPrototype() function
93 …structor(ExecState* exec, NonNullPassRefPtr<Structure> structure, RegExpPrototype* regExpPrototype) in RegExpConstructor()