HomeSort by relevance Sort by last modified time
    Searched full:m_prototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.cpp 180 , m_prototype(globalData, this, prototype)
193 ASSERT(m_prototype);
194 ASSERT(m_prototype.isObject() || m_prototype.isNull());
202 , m_prototype(globalData, this, jsNull())
215 ASSERT(m_prototype);
216 ASSERT(m_prototype.isNull());
223 , m_prototype(globalData, this, previous->storedPrototype())
236 ASSERT(m_prototype);
237 ASSERT(m_prototype.isObject() || m_prototype.isNull())
    [all...]
Structure.h 92 void setPrototypeWithoutTransition(JSGlobalData& globalData, JSValue prototype) { m_prototype.set(globalData, this, prototype); }
99 JSValue storedPrototype() const { return m_prototype.get(); }
140 return OBJECT_OFFSETOF(Structure, m_prototype);
212 WriteBarrier<Unknown> m_prototype; member in class:JSC::Structure
JSGlobalObject.h 355 return m_prototype.get();

Completed in 1118 milliseconds