Searched defs:ExecuteHelper (Results 1 – 1 of 1) sorted by relevance
92 struct ExecuteHelper { struct93 ExecuteHelper() in ExecuteHelper() function96 napi_async_work work;97 napi_deferred deferred;98 int sync;99 unsigned int argc;100 napi_value argv[MAX_PARAMS] = {0};101 int actionCode;102 napi_ref callBack;103 int childActionCode;[all …]