Searched refs:arrayPrototype (Results 1 – 5 of 5) sorted by relevance
| /external/webkit/JavaScriptCore/runtime/ |
| D | ArrayConstructor.cpp | 36 …: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()
|
| D | JSGlobalObject.cpp | 224 …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()
|
| D | JSGlobalObject.h | 76 , arrayPrototype(0) in JSGlobalObjectData() 117 ArrayPrototype* arrayPrototype; member 200 ArrayPrototype* arrayPrototype() const { return d()->arrayPrototype; } in arrayPrototype() function
|
| /external/webkit/WebCore/bridge/ |
| D | runtime_array.h | 56 return globalObject->arrayPrototype(); in createPrototype()
|
| /external/webkit/JavaScriptCore/ |
| D | ChangeLog-2009-06-16 | 33644 (JSC::JSGlobalObject::mark): Add back mark of arrayPrototype,
|