Home | History | Annotate | Download | only in interpreter

Lines Matching refs:isUncacheableDictionary

172         if (slot.isCacheable() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
921 if (structure->isUncacheableDictionary()) {
1010 if (structure->isUncacheableDictionary()) {
1057 ASSERT(!baseObject->structure()->isUncacheableDictionary());