Searched defs:structureChain (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSPropertyNameIterator.cpp74 StructureChain* structureChain = o->structure()->prototypeChain(exec); local
75 WriteBarrier<Structure>* structure = structureChain->head();
81 jsPropertyNameIterator->setCachedPrototypeChain(exec->globalData(), structureChain);
/external/webkit/Source/JavaScriptCore/bytecode/
H A DInstruction.h149 Instruction(JSGlobalData& globalData, JSCell* owner, StructureChain* structureChain) argument
151 u.structureChain.clear();
152 u.structureChain.set(globalData, owner, structureChain);
166 WriteBarrierBase<StructureChain> structureChain; member in union:JSC::Instruction::__anon14337

Completed in 41 milliseconds