Searched refs:SetPrototype (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DSetPrototype.h33 class SetPrototype : public JSNonFinalObject { class in namespace:JSC
37 static SetPrototype* create(VM& vm, JSGlobalObject* globalObject, Structure* structure)
39 SetPrototype* prototype = new (NotNull, allocateCell<SetPrototype>(vm.heap)) SetPrototype(vm, structure);
52 SetPrototype(VM& vm, Structure* structure) function in class:JSC::SetPrototype
H A DSetConstructor.h33 class SetPrototype;
39 static SetConstructor* create(VM& vm, Structure* structure, SetPrototype* setPrototype)
58 void finishCreation(VM&, SetPrototype*);
H A DSetConstructor.cpp35 #include "SetPrototype.h"
42 void SetConstructor::finishCreation(VM& vm, SetPrototype* setPrototype)
H A DSetPrototype.cpp27 #include "SetPrototype.h"
42 const ClassInfo SetPrototype::s_info = { "Set", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(SetPrototype) };
56 void SetPrototype::finishCreation(VM& vm, JSGlobalObject* globalObject)

Completed in 81 milliseconds