Home
last modified time | relevance | path

Searched refs:bound_format (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-intl.cc473 Handle<Object> bound_format(number_format->bound_format(), isolate); in BUILTIN() local
476 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() local
611 if (!bound_format->IsUndefined(isolate)) { in BUILTIN()
612 DCHECK(bound_format->IsJSFunction()); in BUILTIN()
614 return *bound_format; in BUILTIN()
/third_party/node/deps/v8/src/objects/
Djs-number-format.tq13 bound_format: JSFunction|Undefined;
Djs-date-time-format.tq28 bound_format: JSFunction|Undefined;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2300 os << "\n - bound format: " << Brief(bound_format()); in JSDateTimeFormatPrint()
2332 os << "\n - bound_format: " << Brief(bound_format()); in JSNumberFormatPrint()