MCPcopy Create free account
hub / github.com/nodejs/nan / GetCurrentContext

Function GetCurrentContext

nan.h:815–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813 }
814
815 inline v8::Local<v8::Context> GetCurrentContext() {
816 return v8::Isolate::GetCurrent()->GetCurrentContext();
817 }
818
819 inline void* GetInternalFieldPointer(
820 v8::Local<v8::Object> object

Callers 8

JSONMethod · 0.85
ParseMethod · 0.85
StringifyMethod · 0.85
Utf8StringMethod · 0.85
SetAccessorFunction · 0.85
weakCallbackFunction · 0.85
NAN_METHODFunction · 0.85
weakCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected