Searched defs:ObjectConstructor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DObjectConstructor.h30 class ObjectConstructor : public InternalFunction { class in namespace:JSC
32 ObjectConstructor(ExecState*, JSGlobalObject*, Structure*, ObjectPrototype*);
H A DObjectConstructor.cpp22 #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) function in class:JSC::ObjectConstructor
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
[all...]

Completed in 111 milliseconds