Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-intl.cc524 Handle<Object> bound_format = Handle<Object>( in BUILTIN() local
529 if (!bound_format->IsUndefined(isolate)) { in BUILTIN()
530 DCHECK(bound_format->IsJSFunction()); in BUILTIN()
532 return *bound_format; in BUILTIN()
613 Handle<Object> bound_format = Handle<Object>( in BUILTIN() local
618 if (!bound_format->IsUndefined(isolate)) { in BUILTIN()
619 DCHECK(bound_format->IsJSFunction()); in BUILTIN()
621 return *bound_format; in BUILTIN()