Home
last modified time | relevance | path

Searched refs:bound_format (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc473 Handle<Object> bound_format(number_format->bound_format(), isolate); in BUILTIN()
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()
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2300 os << "\n - bound format: " << Brief(bound_format()); in JSDateTimeFormatPrint()
2332 os << "\n - bound_format: " << Brief(bound_format()); in JSNumberFormatPrint()

Completed in 6 milliseconds