Home
last modified time | relevance | path

Searched defs:anonymousSlotCount (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStructure.h61 …Data& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const … in create()
125 unsigned anonymousSlotCount() const { return m_anonymousSlotCount; } in anonymousSlotCount() function
DStructure.cpp177 …Data& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const … in Structure()
557 unsigned anonymousSlotCount = m_anonymousSlotCount; in flattenDictionaryStructure() local