Home
last modified time | relevance | path

Searched refs:arrayPrototype (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DArrayConstructor.cpp36 …:ArrayConstructor(ExecState* exec, PassRefPtr<Structure> structure, ArrayPrototype* arrayPrototype) in ArrayConstructor() argument
37 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, arrayPrototype->classInfo()->c… in ArrayConstructor()
40 …putDirectWithoutTransition(exec->propertyNames().prototype, arrayPrototype, DontEnum | DontDelete … in ArrayConstructor()
DJSGlobalObject.cpp224 …d()->arrayPrototype = new (exec) ArrayPrototype(ArrayPrototype::createStructure(d()->objectPrototy… in reset()
225 d()->arrayStructure = JSArray::createStructure(d()->arrayPrototype); in reset()
226 d()->regExpMatchesArrayStructure = RegExpMatchesArray::createStructure(d()->arrayPrototype); in reset()
261 …yConstructor(exec, ArrayConstructor::createStructure(d()->functionPrototype), d()->arrayPrototype); in reset()
282 …d()->arrayPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, arrayCo… in reset()
387 markIfNeeded(markStack, d()->arrayPrototype); in markChildren()
DJSGlobalObject.h76 , arrayPrototype(0) in JSGlobalObjectData()
117 ArrayPrototype* arrayPrototype; member
200 ArrayPrototype* arrayPrototype() const { return d()->arrayPrototype; } in arrayPrototype() function
/external/webkit/WebCore/bridge/
Druntime_array.h56 return globalObject->arrayPrototype(); in createPrototype()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1633644 (JSC::JSGlobalObject::mark): Add back mark of arrayPrototype,