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

  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.h 30 class ObjectConstructor : public InternalFunction {
32 ObjectConstructor(ExecState*, NonNullPassRefPtr<Structure>, ObjectPrototype*, Structure* prototypeFunctionStructure);
ObjectConstructor.cpp 22 #include "ObjectConstructor.h"
35 ASSERT_CLASS_FITS_IN_CELL(ObjectConstructor);
45 ObjectConstructor::ObjectConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, ObjectPrototype* objectPrototype, Structure* prototypeFunctionStructure)
77 ConstructType ObjectConstructor::getConstructData(ConstructData& constructData)
88 CallType ObjectConstructor::getCallData(CallData& callData)

Completed in 483 milliseconds