Searched defs:cachedPrototypeChain (Results 1 – 2 of 2) sorted by relevance
76 …void setCachedPrototypeChain(JSGlobalData& globalData, StructureChain* cachedPrototypeChain) { m_c… in setCachedPrototypeChain()77 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); } in cachedPrototypeChain() function
371 inline bool Structure::isValid(ExecState* exec, StructureChain* cachedPrototypeChain) const in isValid()