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

Function SetIsolateData

nan.h:1154–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152
1153 template<typename T>
1154 inline void SetIsolateData(
1155 v8::Isolate *isolate
1156 , T *data
1157 ) {
1158 isolate->SetData(0, data);
1159 }
1160
1161 template<typename T>
1162 inline T *GetIsolateData(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected