Lines Matching defs:Work
44 bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor,
77 if (Work != nullptr) {
78 if (!Work(env, thisVal, context)) {
94 bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor,
127 if (Work != nullptr) {
128 if (!Work(env, thisVal, context)) {
144 bool (*Work)(napi_env, napi_value, Context *),
179 if (Work != nullptr) {
180 if (!Work(env, thisVal, context)) {
193 bool (*Work)(napi_env, napi_value, Context *),
228 if (Work != nullptr) {
229 if (!Work(env, thisVal, context)) {
242 bool (*Work)(napi_env, napi_value, Context *), AsyncWorkExecutor executor,
272 if (Work != nullptr) {
273 if (!Work(env, thisVal, context)) {
289 bool (*Work)(napi_env, napi_value, Context *), const std::string &asyncWorkName,
320 if (Work != nullptr) {
321 if (!Work(env, thisVal, context)) {