Searched refs:protoChain (Results 1 – 3 of 3) sorted by relevance
309 StructureChain* protoChain = prototypeChain(exec); in getEnumerablePropertyNames() local311 if (!protoChain->isCacheable()) in getEnumerablePropertyNames()313 m_cachedPropertyNameArrayData->setCachedPrototypeChain(protoChain); in getEnumerablePropertyNames()
985 StructureChain* protoChain = structure->prototypeChain(callFrame); in tryCachePutByID() local986 if (!protoChain->isCacheable()) { in tryCachePutByID()996 vPC[6] = protoChain; in tryCachePutByID()1098 StructureChain* protoChain = structure->prototypeChain(callFrame); in tryCacheGetByID() local1099 if (!protoChain->isCacheable()) { in tryCacheGetByID()1106 vPC[5] = protoChain; in tryCacheGetByID()
1324 StructureChain* protoChain = structure->prototypeChain(callFrame); in DEFINE_STUB_FUNCTION() local1325 if (!protoChain->isCacheable()) { in DEFINE_STUB_FUNCTION()1332 …me, codeBlock, stubInfo, prototypeStructureList, listIndex, structure, protoChain, count, slot.cac… in DEFINE_STUB_FUNCTION()