HomeSort by relevance Sort by last modified time
    Searched refs:regExpPrototype (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
RegExpConstructor.cpp 35 #include "RegExpPrototype.h"
98 RegExpConstructor::RegExpConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, RegExpPrototype* regExpPrototype)
105 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, regExpPrototype, DontEnum | DontDelete | ReadOnly);
JSGlobalObject.h 48 class RegExpPrototype;
88 WriteBarrier<RegExpPrototype> m_regExpPrototype;
193 RegExpPrototype* regExpPrototype() const { return m_regExpPrototype.get(); }

Completed in 178 milliseconds