Bug 1348821 - For MegamorphicNativeSlot differentiate between HandleMissing. r=jandem

This commit is contained in:
Tom Schuster 2017-03-21 18:48:50 +01:00
parent 4ec03683cd
commit f7b1029d7b

View File

@ -547,7 +547,7 @@ GetPropIRGenerator::attachMegamorphicNativeSlot(ObjOperandId objId, jsid id, boo
}
writer.typeMonitorResult();
trackAttached("MegamorphicNativeSlot");
trackAttached(handleMissing ? "MegamorphicMissingNativeSlot" : "MegamorphicNativeSlot");
}
bool