Lines Matching defs:thisVar
140 napi_value thisVar = nullptr;
142 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
192 napi_value thisVar = nullptr;
194 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
259 napi_value thisVar = nullptr;
261 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
358 napi_value thisVar = nullptr;
360 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
399 napi_value thisVar = nullptr;
401 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
440 napi_value thisVar = nullptr;
442 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
528 napi_value thisVar = nullptr;
530 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
548 napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullptr);
558 return thisVar;
577 napi_value thisVar = nullptr;
579 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
581 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
624 napi_value thisVar = nullptr;
626 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
664 napi_value thisVar = nullptr;
666 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
686 napi_value thisVar = nullptr;
688 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
739 napi_value thisVar = nullptr;
741 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
769 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()),
779 return thisVar;
801 napi_value thisVar = nullptr;
803 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
825 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
847 napi_value thisVar = nullptr;
849 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
862 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
883 napi_value thisVar = nullptr;
885 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
907 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
970 napi_value thisVar = nullptr;
972 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
990 napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullptr);
1001 return thisVar;
1060 napi_value thisVar = nullptr;
1062 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1085 napi_value thisVar = nullptr;
1087 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1089 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1108 napi_value thisVar = nullptr;
1110 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1112 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1131 napi_value thisVar = nullptr;
1133 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1135 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1154 napi_value thisVar = nullptr;
1156 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1158 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1177 napi_value thisVar = nullptr;
1179 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1181 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1214 napi_value thisVar = nullptr;
1216 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1218 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1252 napi_value thisVar = nullptr;
1254 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1256 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1276 napi_value thisVar = nullptr;
1278 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1280 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1314 napi_value thisVar = nullptr;
1316 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1318 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1352 napi_value thisVar = nullptr;
1354 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1383 napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullptr);
1392 return thisVar;
1412 napi_value thisVar = nullptr;
1414 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1436 napi_value thisVar = nullptr;
1438 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1441 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1474 napi_value thisVar = nullptr;
1476 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1496 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1509 napi_value thisVar = nullptr;
1511 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data);
1531 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj));
1548 napi_value thisVar = nullptr;
1550 napi_status status = napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data);
1557 napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullptr);
1563 return thisVar;