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

Method SetFunction

nan.h:1798–1800  ·  view source on GitHub ↗

TODO(kkoopa): remove

Source from the content-addressed store, hash-verified

1796
1797 // TODO(kkoopa): remove
1798 inline void SetFunction(const v8::Local<v8::Function> &fn) {
1799 Reset(fn);
1800 }
1801
1802 inline void Reset(const v8::Local<v8::Function> &fn) {
1803 handle_.Reset(fn);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected