HomeSort by relevance Sort by last modified time
    Searched refs:setCachedPrototypeChain (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.h 76 void setCachedPrototypeChain(JSGlobalData& globalData, StructureChain* cachedPrototypeChain) { m_cachedPrototypeChain.set(globalData, this, cachedPrototypeChain); }
JSPropertyNameIterator.cpp 81 jsPropertyNameIterator->setCachedPrototypeChain(exec->globalData(), structureChain);

Completed in 35 milliseconds