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

  /external/webkit/JavaScriptCore/runtime/
StructureChain.cpp 27 #include "StructureChain.h"
35 StructureChain::StructureChain(Structure* head)
StructureChain.h 38 class StructureChain : public RefCounted<StructureChain> {
42 static PassRefPtr<StructureChain> create(Structure* head) { return adoptRef(new StructureChain(head)); }
46 StructureChain(Structure* head);

Completed in 21 milliseconds