MCPcopy Create free account
hub / github.com/NativeScript/android / FIXED_ONE_BYTE_STRING

Function FIXED_ONE_BYTE_STRING

test-app/runtime/src/main/cpp/Util.h:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193template <int N>
194inline v8::Local<v8::String> FIXED_ONE_BYTE_STRING(
195 v8::Isolate* isolate,
196 const char(&data)[N]) {
197 return OneByteString(isolate, data, N - 1);
198}
199
200template <std::size_t N>
201inline v8::Local<v8::String> FIXED_ONE_BYTE_STRING(

Callers

nothing calls this directly

Calls 2

OneByteStringFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected