Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/base/
Dutilities.h10 inline const wchar_t* U16ToWChar(const char16_t* p_u16) { in U16ToWChar() function
15 inline const wchar_t* U16ToWChar(std::u16string& str) { in U16ToWChar() function
16 return U16ToWChar(str.data()); in U16ToWChar()
/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc115 *key = ::SysAllocString(U16ToWChar(name_ptr)); in GetNext()