Lines Matching refs:format_holder
700 CHECK_RECEIVER(JSListFormat, format_holder, in BUILTIN()
702 return *JSListFormat::ResolvedOptions(isolate, format_holder); in BUILTIN()
889 Handle<JSRelativeTimeFormat> format_holder, const char* func_name, in RelativeTimeFormatPrototypeFormatCommon() argument
915 JSRelativeTimeFormat::UnpackFormatter(format_holder); in RelativeTimeFormatPrototypeFormatCommon()
933 if (format_holder->numeric() == JSRelativeTimeFormat::Numeric::ALWAYS) { in RelativeTimeFormatPrototypeFormatCommon()
936 DCHECK_EQ(JSRelativeTimeFormat::Numeric::AUTO, format_holder->numeric()); in RelativeTimeFormatPrototypeFormatCommon()
975 CHECK_RECEIVER(JSRelativeTimeFormat, format_holder, in BUILTIN()
979 args, isolate, format_holder, "format", false)); in BUILTIN()
988 CHECK_RECEIVER(JSRelativeTimeFormat, format_holder, in BUILTIN()
992 args, isolate, format_holder, "formatToParts", true)); in BUILTIN()
1110 CHECK_RECEIVER(JSRelativeTimeFormat, format_holder, in BUILTIN()
1112 return *JSRelativeTimeFormat::ResolvedOptions(isolate, format_holder); in BUILTIN()