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

  /external/webkit/Source/JavaScriptCore/runtime/
ObjectConstructor.h 30 class ObjectConstructor : public InternalFunction {
32 ObjectConstructor(ExecState*, JSGlobalObject*, Structure*, ObjectPrototype*);
ObjectConstructor.cpp 22 #include "ObjectConstructor.h"
36 ASSERT_CLASS_FITS_IN_CELL(ObjectConstructor);
54 #include "ObjectConstructor.lut.h"
58 const ClassInfo ObjectConstructor::s_info = { "Function", &InternalFunction::s_info, 0, ExecState::objectConstructorTable };
60 /* Source for ObjectConstructor.lut.h
78 ObjectConstructor::ObjectConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ObjectPrototype* objectPrototype)
87 bool ObjectConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
92 bool ObjectConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
112 ConstructType ObjectConstructor::getConstructData(ConstructData& constructData
    [all...]

Completed in 641 milliseconds