Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ GetMarkingMode
Method
GetMarkingMode
test-app/runtime/src/main/cpp/ObjectManager.cpp:612–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
610
}
611
612
ObjectManager::JavaScriptMarkingMode ObjectManager::GetMarkingMode() {
613
return this->m_markingMode;
614
}
615
616
jclass ObjectManager::JAVA_LANG_CLASS = nullptr;
617
jmethodID ObjectManager::GET_NAME_METHOD_ID = nullptr;
Callers
1
PrepareV8Runtime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected