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

Method GetParameter

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

Source from the content-addressed store, hash-verified

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");
66 if (index == 0) {

Callers 4

WeakCallbackMethod · 0.80
unwrapparameterMethod · 0.80
unwrapMethod · 0.80
weakCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected