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

Method ResolveClassName

test-app/runtime/src/main/cpp/CallbackHandlers.cpp:170–175  ·  view source on GitHub ↗

Called by ExtendMethodCallback when extending a class

Source from the content-addressed store, hash-verified

168
169// Called by ExtendMethodCallback when extending a class
170string CallbackHandlers::ResolveClassName(Isolate *isolate, jclass &clazz) {
171 auto runtime = Runtime::GetRuntime(isolate);
172 auto objectManager = runtime->GetObjectManager();
173 auto className = objectManager->GetClassName(clazz);
174 return className;
175}
176
177Local<Value> CallbackHandlers::GetArrayElement(Local<Context> context, const Local<Object> &array,
178 uint32_t index, const string &arraySignature) {

Callers

nothing calls this directly

Calls 2

GetObjectManagerMethod · 0.80
GetClassNameMethod · 0.80

Tested by

no test coverage detected