Searched defs:SetCallingWindowContext (Results 1 – 1 of 1) sorted by relevance
71 struct SetCallingWindowContext : public AsyncCall::Context { struct73 SetCallingWindowContext() : Context(nullptr, nullptr) {}; in SetCallingWindowContext() argument74 …SetCallingWindowContext(InputAction input, OutputAction output) : Context(std::move(input), std::m… in SetCallingWindowContext() function76 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()81 napi_status operator()(napi_env env, napi_value *result) override in operator()