Searched refs:the_call (Results 1 – 1 of 1) sorted by relevance
42 #define NAPI_CALL_BASE(env, the_call, ret_val) \ argument44 if ((the_call) != napi_ok) { \51 #define NAPI_CALL(env, the_call) \ argument52 NAPI_CALL_BASE(env, the_call, NULL)55 #define NAPI_CALL_RETURN_VOID(env, the_call) \ argument56 NAPI_CALL_BASE(env, the_call, NAPI_RETVAL_NOTHING)