Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ SetInstanceIsolate
Method
SetInstanceIsolate
test-app/runtime/src/main/cpp/ObjectManager.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void ObjectManager::SetInstanceIsolate(Isolate* isolate) {
89
m_isolate = isolate;
90
}
91
92
void ObjectManager::Init(Isolate* isolate) {
93
auto jsWrapperFuncTemplate =
Callers
1
PrepareV8Runtime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected