Home | History | Annotate | Download | only in jit

Lines Matching refs:isUncacheableDictionary

799     if (structure->isUncacheableDictionary()) {
867 if (structure->isUncacheableDictionary()) {
1304 && !(structure = asCell(baseValue)->structure())->isUncacheableDictionary()
1378 && !asCell(baseValue)->structure()->isUncacheableDictionary()
2306 if (slot.isCacheable() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {