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

Method WeakCallbackType

nan.h:419–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 enum E {kParameter, kInternalFields};
418 E type;
419 WeakCallbackType(E other) : type(other) {} // NOLINT(runtime/explicit)
420 inline bool operator==(E other) { return other == this->type; }
421 inline bool operator!=(E other) { return !operator==(other); }
422};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected