Lines Matching refs:thisVar
313 napi_value thisVar = nullptr; in LocaleConstructor() local
315 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in LocaleConstructor()
333 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), IntlAddon::Destructor, nullptr, nullp… in LocaleConstructor()
342 return thisVar; in LocaleConstructor()
381 napi_value thisVar = nullptr; in DateTimeFormatConstructor() local
383 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in DateTimeFormatConstructor()
412 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), IntlAddon::Destructor, nullptr, nullp… in DateTimeFormatConstructor()
422 return thisVar; in DateTimeFormatConstructor()
444 napi_value thisVar = nullptr; in RelativeTimeFormatConstructor() local
446 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in RelativeTimeFormatConstructor()
475 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), IntlAddon::Destructor, nullptr, nullp… in RelativeTimeFormatConstructor()
485 return thisVar; in RelativeTimeFormatConstructor()
501 napi_value thisVar = nullptr; in FormatDateTime() local
503 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in FormatDateTime()
510 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in FormatDateTime()
529 napi_value thisVar = nullptr; in FormatDateTimeRange() local
531 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in FormatDateTimeRange()
542 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in FormatDateTimeRange()
587 napi_value thisVar = nullptr; in NumberFormatConstructor() local
589 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in NumberFormatConstructor()
619 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), IntlAddon::Destructor, nullptr, nullp… in NumberFormatConstructor()
629 return thisVar; in NumberFormatConstructor()
672 napi_value thisVar = nullptr; in GetLanguage() local
674 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetLanguage()
677 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetLanguage()
695 napi_value thisVar = nullptr; in GetScript() local
697 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetScript()
700 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetScript()
718 napi_value thisVar = nullptr; in GetRegion() local
720 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetRegion()
723 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetRegion()
741 napi_value thisVar = nullptr; in GetBaseName() local
743 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetBaseName()
746 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetBaseName()
764 napi_value thisVar = nullptr; in GetCalendar() local
766 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetCalendar()
769 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetCalendar()
787 napi_value thisVar = nullptr; in GetCollation() local
789 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetCollation()
792 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetCollation()
810 napi_value thisVar = nullptr; in GetHourCycle() local
812 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetHourCycle()
815 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetHourCycle()
833 napi_value thisVar = nullptr; in GetNumberingSystem() local
835 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetNumberingSystem()
838 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetNumberingSystem()
856 napi_value thisVar = nullptr; in GetNumeric() local
858 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetNumeric()
861 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetNumeric()
879 napi_value thisVar = nullptr; in GetCaseFirst() local
881 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetCaseFirst()
884 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetCaseFirst()
901 napi_value thisVar = nullptr; in ToString() local
903 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in ToString()
906 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in ToString()
924 napi_value thisVar = nullptr; in Maximize() local
926 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in Maximize()
929 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Maximize()
959 napi_value thisVar = nullptr; in Minimize() local
961 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in Minimize()
964 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Minimize()
1041 napi_value thisVar = nullptr; in GetRelativeTimeResolvedOptions() local
1043 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetRelativeTimeResolvedOptions()
1046 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetRelativeTimeResolvedOptions()
1064 napi_value thisVar = nullptr; in GetDateTimeResolvedOptions() local
1066 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetDateTimeResolvedOptions()
1069 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetDateTimeResolvedOptions()
1103 napi_value thisVar = nullptr; in GetNumberResolvedOptions() local
1105 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetNumberResolvedOptions()
1108 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetNumberResolvedOptions()
1143 napi_value thisVar = nullptr; in FormatNumber() local
1145 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in FormatNumber()
1149 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in FormatNumber()
1318 napi_value thisVar = nullptr; in CollatorConstructor() local
1320 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in CollatorConstructor()
1349 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), IntlAddon::Destructor, nullptr, nullp… in CollatorConstructor()
1359 return thisVar; in CollatorConstructor()
1405 napi_value thisVar = nullptr; in FormatRelativeTime() local
1407 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in FormatRelativeTime()
1420 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in FormatRelativeTime()
1483 napi_value thisVar = nullptr; in FormatToParts() local
1485 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in FormatToParts()
1493 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in FormatToParts()
1514 napi_value thisVar = nullptr; in CompareString() local
1516 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in CompareString()
1529 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in CompareString()
1548 napi_value thisVar = nullptr; in GetCollatorResolvedOptions() local
1550 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in GetCollatorResolvedOptions()
1553 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in GetCollatorResolvedOptions()
1696 napi_value thisVar = nullptr; in PluralRulesConstructor() local
1698 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in PluralRulesConstructor()
1727 …napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), IntlAddon::Destructor, nullptr, nullp… in PluralRulesConstructor()
1737 return thisVar; in PluralRulesConstructor()
1759 napi_value thisVar = nullptr; in Select() local
1761 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in Select()
1777 status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&obj)); in Select()