Lines Matching refs:thisVar
165 napi_value thisVar = nullptr; in UnitConvert() local
167 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in UnitConvert()
217 napi_value thisVar = nullptr; in GetDateOrder() local
219 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetDateOrder()
335 napi_value thisVar = nullptr; in GetParamOfGetTimePeriodName() local
337 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetParamOfGetTimePeriodName()
455 napi_value thisVar = nullptr; in I18nTransliteratorConstructor() local
457 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in I18nTransliteratorConstructor()
475 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullp… in I18nTransliteratorConstructor()
485 return thisVar; in I18nTransliteratorConstructor()
504 napi_value thisVar = nullptr; in Transform() local
506 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Transform()
508 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Transform()
551 napi_value thisVar = nullptr; in GetAvailableIDs() local
553 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetAvailableIDs()
591 napi_value thisVar = nullptr; in GetTransliteratorInstance() local
593 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetTransliteratorInstance()
613 napi_value thisVar = nullptr; in IsRTL() local
615 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsRTL()
666 napi_value thisVar = nullptr; in PhoneNumberFormatConstructor() local
668 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in PhoneNumberFormatConstructor()
696 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), in PhoneNumberFormatConstructor()
706 return thisVar; in PhoneNumberFormatConstructor()
728 napi_value thisVar = nullptr; in IsValidPhoneNumber() local
730 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsValidPhoneNumber()
752 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in IsValidPhoneNumber()
774 napi_value thisVar = nullptr; in GetLocationName() local
776 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetLocationName()
789 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetLocationName()
810 napi_value thisVar = nullptr; in FormatPhoneNumber() local
812 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in FormatPhoneNumber()
834 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in FormatPhoneNumber()
897 napi_value thisVar = nullptr; in I18nBreakIteratorConstructor() local
899 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in I18nBreakIteratorConstructor()
917 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullp… in I18nBreakIteratorConstructor()
928 return thisVar; in I18nBreakIteratorConstructor()
987 napi_value thisVar = nullptr; in GetLineInstance() local
989 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetLineInstance()
1012 napi_value thisVar = nullptr; in Current() local
1014 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Current()
1016 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Current()
1035 napi_value thisVar = nullptr; in First() local
1037 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in First()
1039 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in First()
1058 napi_value thisVar = nullptr; in Last() local
1060 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Last()
1062 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Last()
1081 napi_value thisVar = nullptr; in Previous() local
1083 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Previous()
1085 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Previous()
1104 napi_value thisVar = nullptr; in Next() local
1106 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Next()
1108 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Next()
1141 napi_value thisVar = nullptr; in SetText() local
1143 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in SetText()
1145 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in SetText()
1179 napi_value thisVar = nullptr; in GetText() local
1181 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetText()
1183 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetText()
1203 napi_value thisVar = nullptr; in Following() local
1205 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Following()
1207 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Following()
1241 napi_value thisVar = nullptr; in IsBoundary() local
1243 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsBoundary()
1245 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in IsBoundary()
1279 napi_value thisVar = nullptr; in I18nIndexUtilConstructor() local
1281 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in I18nIndexUtilConstructor()
1310 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullp… in I18nIndexUtilConstructor()
1319 return thisVar; in I18nIndexUtilConstructor()
1339 napi_value thisVar = nullptr; in GetIndexUtil() local
1341 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetIndexUtil()
1363 napi_value thisVar = nullptr; in GetIndexList() local
1365 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetIndexList()
1368 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetIndexList()
1401 napi_value thisVar = nullptr; in AddLocale() local
1403 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in AddLocale()
1423 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in AddLocale()
1436 napi_value thisVar = nullptr; in GetIndex() local
1438 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetIndex()
1458 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetIndex()
1475 napi_value thisVar = nullptr; in ObjectConstructor() local
1477 napi_status status = napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in ObjectConstructor()
1484 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), I18nAddon::Destructor, nullptr, nullp… in ObjectConstructor()
1490 return thisVar; in ObjectConstructor()