Searched refs:bound_format (Results 1 – 4 of 4) sorted by relevance
473 Handle<Object> bound_format(number_format->bound_format(), isolate); in BUILTIN() local476 if (!bound_format->IsUndefined(isolate)) { in BUILTIN()477 DCHECK(bound_format->IsJSFunction()); in BUILTIN()479 return *bound_format; in BUILTIN()608 Handle<Object> bound_format = Handle<Object>(format->bound_format(), isolate); in BUILTIN() local611 if (!bound_format->IsUndefined(isolate)) { in BUILTIN()612 DCHECK(bound_format->IsJSFunction()); in BUILTIN()614 return *bound_format; in BUILTIN()
13 bound_format: JSFunction|Undefined;
28 bound_format: JSFunction|Undefined;
2300 os << "\n - bound format: " << Brief(bound_format()); in JSDateTimeFormatPrint()2332 os << "\n - bound_format: " << Brief(bound_format()); in JSNumberFormatPrint()