Searched refs:s_empty (Results 1 – 2 of 2) sorted by relevance
179 static UStringImpl& empty() { return *s_empty; } in empty()286 JS_EXPORTDATA static UStringImpl* s_empty; variable
152 UStringImpl* UStringImpl::s_empty; member in JSC::UStringImpl159 UStringImpl::s_empty = new UStringImpl(&sharedEmptyChar, 0, UStringImpl::ConstructStaticString); in initializeUString()