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

Method GetIsolate

nan_weak.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 internal_fields_[1] = field2;
61 }
62 inline v8::Isolate *GetIsolate() const { return isolate_; }
63 inline T *GetParameter() const { return static_cast<T*>(parameter_); }
64 inline void *GetInternalField(int index) const {
65 assert((index == 0 || index == 1) && "internal field index out of bounds");

Callers 3

unwrapparameterMethod · 0.45
unwraptwofieldMethod · 0.45
unwrapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected