Home
last modified time | relevance | path

Searched defs:arrayPrototype (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DArrayConstructor.cpp40 …e* exec, JSGlobalObject* globalObject, Structure* structure, ArrayPrototype* arrayPrototype, Struc… in ArrayConstructor()
DJSGlobalObject.h188 ArrayPrototype* arrayPrototype() const { return m_arrayPrototype.get(); } in arrayPrototype() function