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

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 66 JSValueRef m_datePrototype;
84 initializeMember(globalObject, propertyName.get(), "Date", m_dateConstructor, m_datePrototype);
134 JSValueUnprotect(m_context, m_datePrototype);
181 return isType(value, m_dateConstructor, m_datePrototype);
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 87 WriteBarrier<DatePrototype> m_datePrototype;
192 DatePrototype* datePrototype() const { return m_datePrototype.get(); }

Completed in 37 milliseconds