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

Function InitializeV8

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

Source from the content-addressed store, hash-verified

541}
542
543static void InitializeV8() {
544 Runtime::platform = v8::platform::NewDefaultPlatform().release();
545 V8::InitializePlatform(Runtime::platform);
546 V8::Initialize();
547}
548
549Isolate* Runtime::PrepareV8Runtime(const string& filesPath,
550 const string& nativeLibDir,

Callers 1

PrepareV8RuntimeMethod · 0.85

Calls 1

InitializeFunction · 0.85

Tested by

no test coverage detected