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

  /external/webkit/JavaScriptCore/runtime/
UString.cpp 154 UString::Rep* UString::s_nullRep;
161 UString::s_nullRep = new UStringImpl(0, 0, UStringImpl::ConstructStaticString);
UString.h 135 bool isNull() const { return m_rep == s_nullRep; }
176 JS_EXPORTDATA static Rep* s_nullRep;
232 : m_rep(s_nullRep)

Completed in 16 milliseconds