Home
last modified time | relevance | path

Searched refs:cachedPrototypeChain (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSPropertyNameIterator.h73 …peChain(NonNullPassRefPtr<StructureChain> cachedPrototypeChain) { m_cachedPrototypeChain = cachedP… in setCachedPrototypeChain() argument
74 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); } in cachedPrototypeChain() function
DJSGlobalObject.h385 inline bool Structure::isValid(ExecState* exec, StructureChain* cachedPrototypeChain) const in isValid() argument
387 if (!cachedPrototypeChain) in isValid()
391 RefPtr<Structure>* cachedStructure = cachedPrototypeChain->head(); in isValid()
DJSPropertyNameIterator.cpp60 …o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec)… in create()
DStructure.h183 bool isValid(ExecState*, StructureChain* cachedPrototypeChain) const;
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp2802 …if (!jsPropertyNameIterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->protot… in DEFINE_STUB_FUNCTION()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3606 …if (!jsPropertyNameIterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->protot… in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1622310 (JSC::PropertyNameArrayData::cachedPrototypeChain):
22374 (JSC::Structure::cachedPrototypeChain):
33898 (JSC::PropertyNameArrayData::cachedPrototypeChain):
34003 (JSC::PropertyNameArrayData::cachedPrototypeChain):
34941 (JSC::StructureID::cachedPrototypeChain):
DChangeLog8071 (JSC::JSPropertyNameIterator::cachedPrototypeChain):