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

Method GetNullObject

test-app/runtime/src/main/cpp/V8StringConstants.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Local<String> V8StringConstants::GetNullObject(Isolate* isolate) {
31 auto consts = GetConstantsForIsolate(isolate);
32
33 return Local<String>::New(isolate, *consts->NULL_OBJECT_PERSISTENT);
34}
35
36Local<String> V8StringConstants::GetNullNodeName(Isolate* isolate) {
37 auto consts = GetConstantsForIsolate(isolate);

Callers

nothing calls this directly

Calls 1

NewFunction · 0.85

Tested by

no test coverage detected