Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc135 CHECK_RECEIVER(JSObject, date_format_holder, method_name); in BUILTIN()
138 if (!date_format_holder->IsJSDateTimeFormat()) { in BUILTIN()
142 date_format_holder)); in BUILTIN()
145 Handle<JSDateTimeFormat>::cast(date_format_holder); in BUILTIN()
172 CHECK_RECEIVER(JSObject, date_format_holder, method_name); in DateTimeFormatRange()
178 if (!date_format_holder->IsJSDateTimeFormat()) { in DateTimeFormatRange()
182 date_format_holder)); in DateTimeFormatRange()
185 Handle<JSDateTimeFormat>::cast(date_format_holder); in DateTimeFormatRange()
634 Handle<JSDateTimeFormat> date_format_holder = Handle<JSDateTimeFormat>( in BUILTIN() local
642 isolate, date_format_holder, dat in BUILTIN()
[all...]

Completed in 3 milliseconds