Lines Matching defs:thisVar
51 napi_value thisVar = nullptr;
53 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
64 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
78 napi_value thisVar = nullptr;
80 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
94 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
108 napi_value thisVar = nullptr;
110 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
121 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
135 napi_value thisVar = nullptr;
137 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
148 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
162 napi_value thisVar = nullptr;
164 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
168 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
190 napi_value thisVar = nullptr;
192 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
196 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
217 napi_value thisVar = nullptr;
219 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
223 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
245 napi_value thisVar = nullptr;
247 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
251 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
274 napi_value thisVar = nullptr;
276 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
290 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
312 napi_value thisVar = nullptr;
313 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
321 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
362 napi_value thisVar = nullptr;
364 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
368 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
389 napi_value thisVar = nullptr;
391 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
395 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
413 napi_value thisVar = nullptr;
415 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
419 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
436 napi_value thisVar = nullptr;
438 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
442 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
612 napi_value thisVar = nullptr;
613 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
616 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
635 napi_value thisVar = nullptr;
639 NAPI_CALL_BASE(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL), result);
648 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
673 napi_value thisVar = nullptr;
674 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
682 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
711 napi_value thisVar = nullptr;
713 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
725 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
740 napi_value thisVar = nullptr;
742 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
746 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
800 napi_value thisVar = nullptr;
802 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
806 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
940 napi_value thisVar = nullptr;
942 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
951 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1008 napi_value thisVar = nullptr;
1009 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr);
1014 NAPI_CALL(env, napi_wrap(env, thisVar, obj, PasteDataNapi::Destructor,
1017 return thisVar;
1058 napi_value thisVar = nullptr;
1062 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
1063 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1075 napi_value thisVar = nullptr;
1079 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL));
1080 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));