Searched defs:NAPI_CALL (Results 1 – 2 of 2) sorted by relevance
54 #define NAPI_CALL(env, theCall) NAPI_CALL_BASE(env, theCall, nullptr) macro