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

Method GetContext

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

Source from the content-addressed store, hash-verified

957}
958
959Local<Context> Runtime::GetContext() {
960 return this->m_context->Get(this->m_isolate);
961}
962
963int Runtime::GetId() { return this->m_id; }
964

Callers 15

RunModuleMethod · 0.95
RunWorkerMethod · 0.95
RunScriptMethod · 0.95
PumpTimerLoopCallbackMethod · 0.80
CallJSMethodMethod · 0.80
GetEmptyObjectMethod · 0.80
scheduleBreakMethod · 0.80
dispatchMessageMethod · 0.80
initMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by 5

scheduleBreakMethod · 0.64
dispatchMessageMethod · 0.64
initMethod · 0.64
registerModulesMethod · 0.64