Home
last modified time | relevance | path

Searched refs:s_empty (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DUStringImpl.h179 static UStringImpl& empty() { return *s_empty; } in empty()
286 JS_EXPORTDATA static UStringImpl* s_empty; variable
DUString.cpp152 UStringImpl* UStringImpl::s_empty; member in JSC::UStringImpl
159 UStringImpl::s_empty = new UStringImpl(&sharedEmptyChar, 0, UStringImpl::ConstructStaticString); in initializeUString()