Home
last modified time | relevance | path

Searched defs:isCacheable (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DStructureChain.cpp49 bool StructureChain::isCacheable() const in isCacheable() function in JSC::StructureChain
DPutPropertySlot.h64 bool isCacheable() const { return m_type != Uncachable; } in isCacheable() function
DPropertySlot.h74 bool isCacheable() const { return m_offset != WTF::notFound; } in isCacheable() function