Lines Matching refs:undefinedValue
339 JSHandle<JSTaggedValue> undefinedValue(thread, JSTaggedValue::Undefined());
341 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
384 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
531 JSHandle<JSTaggedValue> undefinedValue(thread, JSTaggedValue::Undefined());
533 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue);
555 numberFormat->SetNumberingSystem(thread, undefinedValue);
749 // Set numberFormat.[[BoundFormat]] to undefinedValue
750 numberFormat->SetBoundFormat(thread, undefinedValue);