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

Method GetPrototype

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

Source from the content-addressed store, hash-verified

70}
71
72Local<String> V8StringConstants::GetPrototype(Isolate* isolate) {
73 auto consts = GetConstantsForIsolate(isolate);
74
75 return Local<String>::New(isolate, *consts->PROTOTYPE_PERSISTENT);
76}
77
78Local<String> V8StringConstants::GetSuper(Isolate* isolate) {
79 auto consts = GetConstantsForIsolate(isolate);

Calls 1

NewFunction · 0.85

Tested by

no test coverage detected