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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayConstructor.h36 static ArrayConstructor* create(VM& vm, Structure* structure, ArrayPrototype* arrayPrototype) argument
H A DArrayConstructor.cpp62 void ArrayConstructor::finishCreation(VM& vm, ArrayPrototype* arrayPrototype) argument
H A DJSGlobalObject.h383 ArrayPrototype* arrayPrototype() const { return m_arrayPrototype.get(); } function in class:JSC::JSGlobalObject

Completed in 67 milliseconds