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

/external/webkit/Source/JavaScriptCore/runtime/
H A DArrayConstructor.cpp40 ArrayConstructor::ArrayConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ArrayPrototype* arrayPrototype, Structure* functionStructure) argument
41 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, arrayPrototype->classInfo()->className))
44 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, arrayPrototype, DontEnum | DontDelete | ReadOnly);
H A DJSGlobalObject.h188 ArrayPrototype* arrayPrototype() const { return m_arrayPrototype.get(); } function in class:JSC::JSGlobalObject
/external/webkit/Source/WebCore/bridge/
H A Druntime_array.h58 return globalObject->arrayPrototype();

Completed in 596 milliseconds