Searched refs:prohibitsPropertyCaching (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSTypeInfo.h95 bool prohibitsPropertyCaching() const { return isSetOnFlags2(ProhibitsPropertyCaching); } function in class:JSC::TypeInfo
H A DStructure.h151 bool propertyAccessesAreCacheable() { return m_dictionaryKind != UncachedDictionaryKind && !typeInfo().prohibitsPropertyCaching(); }
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp587 && !structure->typeInfo().prohibitsPropertyCaching()
648 && !structure->typeInfo().prohibitsPropertyCaching()
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp608 if (typeInfo.prohibitsPropertyCaching())
815 if (typeInfo.prohibitsPropertyCaching() || structure->isDictionary())

Completed in 101 milliseconds