Lines Matching refs:optionsObject
321 const JSHandle<JSObject> &optionsObject,
329 thread, optionsObject, property,
341 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
366 thread, optionsObject, property,
375 thread, optionsObject, property,
384 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
411 thread, optionsObject, property,
512 JSHandle<JSObject> optionsObject;
514 optionsObject = factory->CreateNullJSObject();
516 optionsObject = JSTaggedValue::ToObject(thread, options);
524 thread, optionsObject, property,
533 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
594 SetNumberFormatUnitOptions(thread, numberFormat, optionsObject, &icuNumberFormatter);
630 thread, optionsObject, property,
637 JSLocale::SetNumberFormatDigitOptions(thread, numberFormat, JSHandle<JSTaggedValue>::Cast(optionsObject),
645 thread, optionsObject, property,
680 [[maybe_unused]] bool find = JSLocale::GetOptionOfBool(thread, optionsObject, property, true, &useGrouping);
694 thread, optionsObject, property,