Searched defs:arrayPrototype (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayConstructor.h36 static ArrayConstructor* create(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ArrayPrototype* arrayPrototype) argument
H A DArrayConstructor.cpp62 void ArrayConstructor::finishCreation(ExecState* exec, ArrayPrototype* arrayPrototype) argument
H A DJSGlobalObject.h278 ArrayPrototype* arrayPrototype() const { return m_arrayPrototype.get(); } function in class:JSC::JSGlobalObject

Completed in 184 milliseconds