Home
last modified time | relevance | path

Searched defs:cachedPrototypeChain (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.h76 …void setCachedPrototypeChain(JSGlobalData& globalData, StructureChain* cachedPrototypeChain) { m_c… in setCachedPrototypeChain()
77 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); } in cachedPrototypeChain() function
DJSGlobalObject.h371 inline bool Structure::isValid(ExecState* exec, StructureChain* cachedPrototypeChain) const in isValid()