HomeSort by relevance Sort by last modified time
    Searched refs:arrayPrototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
ArrayConstructor.cpp 27 #include "ArrayPrototype.h"
40 ArrayConstructor::ArrayConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ArrayPrototype* arrayPrototype, Structure* functionStructure)
41 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, arrayPrototype->classInfo()->className))
44 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, arrayPrototype, DontEnum | DontDelete | ReadOnly);
JSGlobalObject.h 38 class ArrayPrototype;
83 WriteBarrier<ArrayPrototype> m_arrayPrototype;
188 ArrayPrototype* arrayPrototype() const { return m_arrayPrototype.get(); }
  /external/webkit/Source/WebCore/bridge/
runtime_array.h 30 #include <runtime/ArrayPrototype.h>
56 static ArrayPrototype* createPrototype(ExecState*, JSGlobalObject* globalObject)
58 return globalObject->arrayPrototype();

Completed in 48 milliseconds