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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructureRareData.cpp50 StructureRareData* newRareData = new (NotNull, allocateCell<StructureRareData>(vm.heap)) StructureRareData(vm, other); local
51 newRareData->finishCreation(vm);
52 return newRareData;
H A DStructure.cpp705 StructureRareData* newRareData = StructureRareData::clone(vm, other->rareData()); local
707 m_previousOrRareData.set(vm, this, newRareData);

Completed in 178 milliseconds