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

Function overloaded

test/cpp/nannew.cpp:407–407  ·  view source on GitHub ↗

Compile time regression test for https://github.com/nodejs/nan/issues/242 * In the presence of overloaded functions NaN should be able to pick the one * matching FunctionCallback. */

Source from the content-addressed store, hash-verified

405 * matching FunctionCallback.
406 */
407void overloaded() {}
408NAN_METHOD(overloaded) {
409 overloaded(); // not unused
410 info.GetReturnValue().SetUndefined();

Callers 1

NAN_METHODFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected