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

Function StringView

test-app/runtime/src/main/cpp/include/v8-inspector.h:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 StringView() : m_is8Bit(true), m_length(0), m_characters8(nullptr) {}
53
54 StringView(const uint8_t* characters, size_t length)
55 : m_is8Bit(true), m_length(length), m_characters8(characters) {}
56
57 StringView(const uint16_t* characters, size_t length)
58 : m_is8Bit(false), m_length(length), m_characters16(characters) {}

Callers 2

toStringViewFunction · 0.85
v8-inspector.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected