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

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 74 StructureChain* structureChain = o->structure()->prototypeChain(exec);
75 WriteBarrier<Structure>* structure = structureChain->head();
81 jsPropertyNameIterator->setCachedPrototypeChain(exec->globalData(), structureChain);
  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 36 #include "StructureChain.h"
55 class StructureChain;
67 WriteBarrierBase<StructureChain> chain;
86 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain)
105 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
149 Instruction(JSGlobalData& globalData, JSCell* owner, StructureChain* structureChain)
151 u.structureChain.clear();
152 u.structureChain.set(globalData, owner, structureChain);
    [all...]

Completed in 43 milliseconds