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

Method GenerateNewObjectId

test-app/runtime/src/main/cpp/Runtime.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433jint Runtime::GenerateNewObjectId(JNIEnv* env, jobject obj) {
434 int objectId = m_objectManager->GenerateNewObjectID();
435
436 return objectId;
437}
438
439void Runtime::AdjustAmountOfExternalAllocatedMemory() {
440 JEnv env;

Callers 1

Calls 1

GenerateNewObjectIDMethod · 0.80

Tested by

no test coverage detected