Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
namespace {
4
void Test(const Napi::CallbackInfo& info) {
5
info[0].As<Napi::Function>().Call({});
6
}
7
8
} // namespace
9
Napi::Object InitErrorHandlingPrim(Napi::Env env) {
Callers
nothing calls this directly
Calls
1
Call
Method · 0.80
Tested by
no test coverage detected