Home | History | Annotate | Download | only in runtime

Lines Matching refs:Structure

48         static PassRefPtr<Structure> createStructure(JSValue prototype)
50 return Structure::create(prototype, TypeInfo(CompoundType, OverridesMarkChildren), AnonymousSlotCount);
70 void setCachedStructure(Structure* structure) { m_cachedStructure = structure; }
71 Structure* cachedStructure() { return m_cachedStructure; }
79 Structure* m_cachedStructure;
86 inline void Structure::setEnumerationCache(JSPropertyNameIterator* enumerationCache)
92 inline void Structure::clearEnumerationCache(JSPropertyNameIterator* enumerationCache)
97 inline JSPropertyNameIterator* Structure::enumerationCache()