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

Function GetIsolateData

nan.h:1162–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160
1161 template<typename T>
1162 inline T *GetIsolateData(
1163 v8::Isolate *isolate
1164 ) {
1165 return static_cast<T*>(isolate->GetData(0));
1166 }
1167
1168class Utf8String {
1169 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected