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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMapPrototype.h33 class MapPrototype : public JSNonFinalObject { class in namespace:JSC
37 static MapPrototype* create(VM& vm, JSGlobalObject* globalObject, Structure* structure)
39 MapPrototype* prototype = new (NotNull, allocateCell<MapPrototype>(vm.heap)) MapPrototype(vm, structure);
52 MapPrototype(VM& vm, Structure* structure) function in class:JSC::MapPrototype
H A DMapConstructor.h33 class MapPrototype;
39 static MapConstructor* create(VM& vm, Structure* structure, MapPrototype* mapPrototype)
58 void finishCreation(VM&, MapPrototype*);
H A DMapConstructor.cpp34 #include "MapPrototype.h"
41 void MapConstructor::finishCreation(VM& vm, MapPrototype* mapPrototype)
H A DMapPrototype.cpp27 #include "MapPrototype.h"
42 const ClassInfo MapPrototype::s_info = { "Map", &Base::s_info, 0, 0, CREATE_METHOD_TABLE(MapPrototype) };
56 void MapPrototype::finishCreation(VM& vm, JSGlobalObject* globalObject)

Completed in 200 milliseconds