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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.h 86 inline void Structure::setEnumerationCache(JSPropertyNameIterator* enumerationCache)
89 m_enumerationCache = enumerationCache;
92 inline void Structure::clearEnumerationCache(JSPropertyNameIterator* enumerationCache)
94 m_enumerationCache.clear(enumerationCache);
97 inline JSPropertyNameIterator* Structure::enumerationCache()
JSPropertyNameIterator.cpp 58 ASSERT(!o->structure()->enumerationCache() ||
59 o->structure()->enumerationCache()->cachedStructure() != o->structure() ||
60 o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec));
Structure.h 138 void setEnumerationCache(JSPropertyNameIterator* enumerationCache); // Defined in JSPropertyNameIterator.h.
139 void clearEnumerationCache(JSPropertyNameIterator* enumerationCache); // Defined in JSPropertyNameIterator.h.
140 JSPropertyNameIterator* enumerationCache(); // Defined in JSPropertyNameIterator.h.
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 55 milliseconds