Searched defs:CallJsCbData_t (Results 1 – 2 of 2) sorted by relevance
29 struct CallJsCbData_t { struct30 int32_t id = 0;31 bool secondaryThread = false;32 napi_threadsafe_function_call_mode blockOnFull = napi_tsfn_nonblocking;
37 using CallJsCbData_t = struct CallJsCbData; typedef