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

  /external/webkit/JavaScriptCore/runtime/
ArrayConstructor.h 30 class ArrayConstructor : public InternalFunction {
32 ArrayConstructor(ExecState*, NonNullPassRefPtr<Structure>, ArrayPrototype*, Structure*);
ArrayConstructor.cpp 25 #include "ArrayConstructor.h"
36 ASSERT_CLASS_FITS_IN_CELL(ArrayConstructor);
40 ArrayConstructor::ArrayConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, ArrayPrototype* arrayPrototype, Structure* prototypeFunctionStructure)
73 ConstructType ArrayConstructor::getConstructData(ConstructData& constructData)
85 CallType ArrayConstructor::getCallData(CallData& callData)
JSGlobalObject.cpp 38 #include "ArrayConstructor.h"
263 JSCell* arrayConstructor = new (exec) ArrayConstructor(exec, ArrayConstructor::createStructure(d()->functionPrototype), d()->arrayPrototype, d()->prototypeFunctionStructure.get());
284 d()->arrayPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, arrayConstructor, DontEnum);
305 putDirectFunctionWithoutTransition(Identifier(exec, "Array"), arrayConstructor, DontEnum);
  /external/webkit/JavaScriptCore/
Android.mk 76 runtime/ArrayConstructor.cpp \

Completed in 117 milliseconds