Searched defs:isCacheable (Results 1 – 3 of 3) sorted by relevance
49 bool StructureChain::isCacheable() const in isCacheable() function in JSC::StructureChain
64 bool isCacheable() const { return m_type != Uncachable; } in isCacheable() function
74 bool isCacheable() const { return m_offset != WTF::notFound; } in isCacheable() function