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

Method GetExtend

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

Source from the content-addressed store, hash-verified

22}
23
24Local<String> V8StringConstants::GetExtend(Isolate* isolate) {
25 auto consts = GetConstantsForIsolate(isolate);
26
27 return Local<String>::New(isolate, *consts->EXTEND_PERSISTENT);
28}
29
30Local<String> V8StringConstants::GetNullObject(Isolate* isolate) {
31 auto consts = GetConstantsForIsolate(isolate);

Callers

nothing calls this directly

Calls 1

NewFunction · 0.85

Tested by

no test coverage detected