Searched refs:WeakMapConstructor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DWeakMapConstructor.h35 class WeakMapConstructor : public InternalFunction { class in namespace:JSC
39 static WeakMapConstructor* create(VM& vm, Structure* structure, WeakMapPrototype* prototype)
41 WeakMapConstructor* constructor = new (NotNull, allocateCell<WeakMapConstructor>(vm.heap)) WeakMapConstructor(vm, structure);
54 WeakMapConstructor(VM& vm, Structure* structure) function in class:JSC::WeakMapConstructor
H A DWeakMapConstructor.cpp27 #include "WeakMapConstructor.h"
38 const ClassInfo WeakMapConstructor::s_info = { "Function", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(WeakMapConstructor) };
40 void WeakMapConstructor::finishCreation(VM& vm, WeakMapPrototype* prototype)
54 ConstructType WeakMapConstructor::getConstructData(JSCell*, ConstructData& constructData)
60 CallType WeakMapConstructor::getCallData(JSCell*, CallData&)

Completed in 157 milliseconds