Searched refs:regExpPrototype (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | JSGlobalObject.h | 91 , regExpPrototype(0) in JSGlobalObjectData() 130 RegExpPrototype* regExpPrototype; member 214 RegExpPrototype* regExpPrototype() const { return d()->regExpPrototype; } in regExpPrototype() function
|
D | JSGlobalObject.cpp | 242 …d()->regExpPrototype = new (exec) RegExpPrototype(exec, RegExpPrototype::createStructure(d()->obje… in reset() 243 d()->regExpStructure = RegExpObject::createStructure(d()->regExpPrototype); in reset() 269 …onstructor(exec, RegExpConstructor::createStructure(d()->functionPrototype), d()->regExpPrototype); in reset() 289 …d()->regExpPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, d()->r… in reset() 394 markIfNeeded(markStack, d()->regExpPrototype); in markChildren()
|
D | RegExpConstructor.cpp | 93 …structor(ExecState* exec, NonNullPassRefPtr<Structure> structure, RegExpPrototype* regExpPrototype) in RegExpConstructor() argument 98 …putDirectWithoutTransition(exec->propertyNames().prototype, regExpPrototype, DontEnum | DontDelete… in RegExpConstructor()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 87256 of regExpPrototype to make a RegExpObject. There should really be
|