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

Function GetIsolate

test-app/runtime/src/main/cpp/include/v8-local-handle.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 static int NumberOfHandles(Isolate* isolate);
87
88 V8_INLINE Isolate* GetIsolate() const {
89 return reinterpret_cast<Isolate*>(isolate_);
90 }
91
92 HandleScope(const HandleScope&) = delete;
93 void operator=(const HandleScope&) = delete;

Callers 7

SetMethod · 0.85
SetNullMethod · 0.85
SetUndefinedMethod · 0.85
SetEmptyStringMethod · 0.85
GetMethod · 0.85
operator[]Method · 0.85
ShouldThrowOnErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected