Searched refs:m_prototype (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Structure.cpp | 180 , m_prototype(globalData, this, prototype) in Structure() 193 ASSERT(m_prototype); in Structure() 194 ASSERT(m_prototype.isObject() || m_prototype.isNull()); in Structure() 202 , m_prototype(globalData, this, jsNull()) in Structure() 215 ASSERT(m_prototype); in Structure() 216 ASSERT(m_prototype.isNull()); in Structure() 223 , m_prototype(globalData, this, previous->storedPrototype()) in Structure() 236 ASSERT(m_prototype); in Structure() 237 ASSERT(m_prototype.isObject() || m_prototype.isNull()); in Structure() 396 transition->m_prototype.set(globalData, transition, prototype); in changePrototypeTransition() [all …]
|
D | Structure.h | 92 …totypeWithoutTransition(JSGlobalData& globalData, JSValue prototype) { m_prototype.set(globalData,… in setPrototypeWithoutTransition() 99 JSValue storedPrototype() const { return m_prototype.get(); } in storedPrototype() 140 return OBJECT_OFFSETOF(Structure, m_prototype); in prototypeOffset() 212 WriteBarrier<Unknown> m_prototype; variable
|
D | JSGlobalObject.h | 355 return m_prototype.get(); in prototypeForLookup()
|