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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.h 73 void setCachedPrototypeChain(NonNullPassRefPtr<StructureChain> cachedPrototypeChain) { m_cachedPrototypeChain = cachedPrototypeChain; }
JSPropertyNameIterator.cpp 86 jsPropertyNameIterator->setCachedPrototypeChain(structureChain);

Completed in 305 milliseconds