Lines Matching refs:property
327 JSHandle<JSTaggedValue> property = globalConst->GetHandledStyleString();
329 thread, optionsObject, property,
338 property = globalConst->GetHandledCurrencyString();
341 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
364 property = globalConst->GetHandledCurrencyDisplayString();
366 thread, optionsObject, property,
373 property = globalConst->GetHandledCurrencySignString();
375 thread, optionsObject, property,
382 property = globalConst->GetHandledUnitString();
384 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
409 property = globalConst->GetHandledUnitDisplayString();
411 thread, optionsObject, property,
522 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString();
524 thread, optionsObject, property,
530 property = globalConst->GetHandledNumberingSystemString();
533 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
628 property = globalConst->GetHandledNotationString();
630 thread, optionsObject, property,
643 property = globalConst->GetHandledCompactDisplayString();
645 thread, optionsObject, property,
678 property = globalConst->GetHandledUserGroupingString();
680 [[maybe_unused]] bool find = JSLocale::GetOptionOfBool(thread, optionsObject, property, true, &useGrouping);
692 property = globalConst->GetHandledSignDisplayString();
694 thread, optionsObject, property,
1017 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString();
1019 JSObject::CreateDataPropertyOrThrow(thread, options, property, locale);
1027 property = globalConst->GetHandledNumberingSystemString();
1028 JSObject::CreateDataPropertyOrThrow(thread, options, property, numberingSystem);
1033 property = globalConst->GetHandledStyleString();
1035 JSObject::CreateDataPropertyOrThrow(thread, options, property, styleString);
1045 property = globalConst->GetHandledCurrencyString();
1046 JSObject::CreateDataPropertyOrThrow(thread, options, property, currency);
1050 property = globalConst->GetHandledCurrencyDisplayString();
1053 JSObject::CreateDataPropertyOrThrow(thread, options, property, currencyDisplayString);
1057 property = globalConst->GetHandledCurrencySignString();
1060 JSObject::CreateDataPropertyOrThrow(thread, options, property, currencySignString);
1068 property = globalConst->GetHandledUnitString();
1069 JSObject::CreateDataPropertyOrThrow(thread, options, property, unit);
1073 property = globalConst->GetHandledUnitDisplayString();
1076 JSObject::CreateDataPropertyOrThrow(thread, options, property, unitDisplayString);
1080 property = globalConst->GetHandledMinimumIntegerDigitsString();
1082 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumIntegerDigits);
1088 property = globalConst->GetHandledMinimumSignificantDigitsString();
1090 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumSignificantDigits);
1093 property = globalConst->GetHandledMaximumSignificantDigitsString();
1095 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumSignificantDigits);
1099 property = globalConst->GetHandledMinimumFractionDigitsString();
1101 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumFractionDigits);
1104 property = globalConst->GetHandledMaximumFractionDigitsString();
1106 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumFractionDigits);
1112 property = globalConst->GetHandledMinimumSignificantDigitsString();
1114 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumSignificantDigits);
1117 property = globalConst->GetHandledMaximumSignificantDigitsString();
1119 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumSignificantDigits);
1125 property = globalConst->GetHandledUserGroupingString();
1126 JSObject::CreateDataPropertyOrThrow(thread, options, property,
1131 property = globalConst->GetHandledNotationString();
1134 JSObject::CreateDataPropertyOrThrow(thread, options, property, notationString);
1140 property = globalConst->GetHandledCompactDisplayString();
1143 JSObject::CreateDataPropertyOrThrow(thread, options, property, compactDisplayString);
1148 property = globalConst->GetHandledSignDisplayString();
1151 JSObject::CreateDataPropertyOrThrow(thread, options, property, signDisplayString);