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

  /external/webkit/Source/JavaScriptCore/runtime/
ArrayConstructor.h 30 class ArrayConstructor : public InternalFunction {
32 ArrayConstructor(ExecState*, JSGlobalObject*, Structure*, ArrayPrototype*, Structure*);
ArrayConstructor.cpp 25 #include "ArrayConstructor.h"
36 ASSERT_CLASS_FITS_IN_CELL(ArrayConstructor);
40 ArrayConstructor::ArrayConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ArrayPrototype* arrayPrototype, Structure* functionStructure)
76 ConstructType ArrayConstructor::getConstructData(ConstructData& constructData)
89 CallType ArrayConstructor::getCallData(CallData& callData)

Completed in 36 milliseconds