MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Test

Function Test

test/error_handling_for_primitives.cc:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3namespace {
4void Test(const Napi::CallbackInfo& info) {
5 info[0].As<Napi::Function>().Call({});
6}
7
8} // namespace
9Napi::Object InitErrorHandlingPrim(Napi::Env env) {

Callers

nothing calls this directly

Calls 1

CallMethod · 0.80

Tested by

no test coverage detected