Searched refs:MAX_CALLBACK_ARG_NUM (Results 1 – 5 of 5) sorted by relevance
22 constexpr size_t MAX_CALLBACK_ARG_NUM = 6; variable79 napi_value argv[MAX_CALLBACK_ARG_NUM] = { nullptr }; in Work()81 argc = MAX_CALLBACK_ARG_NUM; in Work()
44 static constexpr int MAX_CALLBACK_ARG_NUM = 6; variable
64 napi_value argv[MAX_CALLBACK_ARG_NUM] = { nullptr }; in CallFunction()
67 napi_value argv[MAX_CALLBACK_ARG_NUM] = { nullptr }; in CallFunction()