MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / NewString

Function NewString

src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 Local<String> NewString(const wchar_t* str) {
144#ifdef WCHART_NOT_BUILTIN_IN_NODE
145 return Nan::New<String>(reinterpret_cast<const uint16_t*>(str))
146 .ToLocalChecked();
147#else
148 return Nan::New<String>(str).ToLocalChecked();
149#endif
150}
151
152const wchar_t* StringToWchar(v8::String::Value& str) {
153#ifdef WCHART_NOT_BUILTIN_IN_NODE

Callers 15

SetMethod · 0.85
MoveNextMethod · 0.85
GetManyMethod · 0.85
FirstMethod · 0.85
GetAtMethod · 0.85
GetManyMethod · 0.85
FirstMethod · 0.85
IndexOfMethod · 0.85
SetMethod · 0.85
AppendMethod · 0.85
ClearMethod · 0.85
GetManyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected