HomeSort by relevance Sort by last modified time
    Searched defs:ArrayConstructor (Results 1 - 2 of 2) 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)

Completed in 15 milliseconds