Lines Matching refs:numberingSystem
529 // 7. Let numberingSystem be ? GetOption(options, "numberingSystem", "string", undefined, undefined).
537 // 8. If numberingSystem is not undefined, then
538 // a. If numberingSystem does not match the Unicode Locale Identifier type nonterminal,
544 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "invalid numberingSystem");
548 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "invalid numberingSystem");
553 // If numberingSystem is invalid, Let numberingSystem be undefined.
999 // [[NumberingSystem]] "numberingSystem"
1023 JSHandle<JSTaggedValue> numberingSystem(thread, numberFormat->GetNumberingSystem());
1024 if (numberingSystem->IsUndefined()) {
1025 numberingSystem = globalConst->GetHandledLatnString();
1028 JSObject::CreateDataPropertyOrThrow(thread, options, property, numberingSystem);