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

Function NAN_MODULE_INIT

test/cpp/error.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51NAN_MODULE_INIT(Init) {
52 EXPORT_ERROR_FUNCTIONS(Error)
53 EXPORT_ERROR_FUNCTIONS(RangeError)
54 EXPORT_ERROR_FUNCTIONS(ReferenceError)
55 EXPORT_ERROR_FUNCTIONS(SyntaxError)
56 EXPORT_ERROR_FUNCTIONS(TypeError)
57}
58
59#undef EXPORT_ERROR_FUNCTIONS
60#undef X

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected