Lines Matching refs:thisVal
38 napi_value thisVal = nullptr;
41 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
56 auto napiRet = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper));
80 napi_value thisVal = nullptr;
83 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
97 auto napiRet = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper));
116 napi_value thisVal = nullptr;
119 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
140 auto napiRet = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper));
168 napi_value thisVal = nullptr;
171 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
186 auto napiRet = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager));
210 napi_value thisVal = nullptr;
213 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
227 auto napiRet = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager));
246 napi_value thisVal = nullptr;
249 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
270 auto napiRet = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager));
298 napi_value thisVal = nullptr;
301 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
316 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager));
327 napi_value thisVal = nullptr;
330 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
344 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager));
354 napi_value thisVal = nullptr;
357 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr));
378 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager));
394 napi_value thisVal = nullptr;
395 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVal, nullptr));
397 return thisVal;
416 napi_value thisVal = nullptr;
417 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVal, nullptr));
434 manager->CreateEventReference(env, thisVal);
445 napi_value thisVal = nullptr;
446 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVal, nullptr));
466 manager->CreateEventReference(env, thisVal);
476 napi_value thisVal = nullptr;
477 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVal, nullptr));
493 manager->CreateEventReference(env, thisVal);
502 napi_value thisVal = nullptr;
503 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVal, nullptr));
504 (void)thisVal;