Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.h76 …ta& globalData, StructureChain* cachedPrototypeChain) { m_cachedPrototypeChain.set(globalData, thi… in setCachedPrototypeChain() argument
77 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); } in cachedPrototypeChain() function
DJSGlobalObject.h371 inline bool Structure::isValid(ExecState* exec, StructureChain* cachedPrototypeChain) const in isValid() argument
373 if (!cachedPrototypeChain) in isValid()
377 WriteBarrier<Structure>* cachedStructure = cachedPrototypeChain->head(); in isValid()
DJSPropertyNameIterator.cpp55 …o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec)… in create()
DStructure.h202 bool isValid(ExecState*, StructureChain* cachedPrototypeChain) const;
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp3233 …if (!jsPropertyNameIterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->protot… in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4505 …if (!jsPropertyNameIterator || jsPropertyNameIterator->cachedPrototypeChain() != structure->protot… in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1622310 (JSC::PropertyNameArrayData::cachedPrototypeChain):
22374 (JSC::Structure::cachedPrototypeChain):
33898 (JSC::PropertyNameArrayData::cachedPrototypeChain):
34003 (JSC::PropertyNameArrayData::cachedPrototypeChain):
34941 (JSC::StructureID::cachedPrototypeChain):
DChangeLog-2010-05-2416379 (JSC::JSPropertyNameIterator::cachedPrototypeChain):