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