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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 79 StructureChain* structureChain = o->structure()->prototypeChain(exec);
80 RefPtr<Structure>* structure = structureChain->head();
86 jsPropertyNameIterator->setCachedPrototypeChain(structureChain);
  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 53 class StructureChain;
63 StructureChain* chain;
82 void set(PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain)
101 PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
144 Instruction(StructureChain* structureChain) { u.structureChain = structureChain; }
152 StructureChain* structureChain;
    [all...]

Completed in 584 milliseconds