HomeSort by relevance Sort by last modified time
    Searched defs:cachedStructure (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.h 71 Structure* cachedStructure() { return m_cachedStructure; }
JSGlobalObject.h 391 RefPtr<Structure>* cachedStructure = cachedPrototypeChain->head();
392 while(*cachedStructure && !prototype.isNull()) {
393 if (asObject(prototype)->structure() != *cachedStructure)
395 ++cachedStructure;
398 return prototype.isNull() && !*cachedStructure;
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 133 : cachedStructure(0)
149 Structure* cachedStructure;

Completed in 285 milliseconds