Searched refs:prototypeMap (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DObjectConstructor.h71 PrototypeMap& prototypeMap = globalObject->vm().prototypeMap; local
72 Structure* structure = prototypeMap.emptyObjectStructureForPrototype(
H A DJSProxy.cpp56 PrototypeMap& prototypeMap = vm.prototypeMap; local
57 if (!prototypeMap.isPrototype(this))
64 prototypeMap.clearEmptyObjectStructureForPrototype(this, i);
H A DObjectPrototype.cpp58 vm.prototypeMap.addPrototype(this);
H A DVM.h314 PrototypeMap prototypeMap; member in class:JSC::VM
H A DJSObject.cpp600 if (!vm.prototypeMap.isPrototype(this))
1153 vm.prototypeMap.addPrototype(asObject(prototype));
1161 if (vm.prototypeMap.isPrototype(this)) {
H A DArrayPrototype.cpp136 vm.prototypeMap.addPrototype(this);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DObjectAllocationProfile.h94 vm.prototypeMap.emptyObjectStructureForPrototype(prototype, inlineCapacity));

Completed in 170 milliseconds