Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-intl.cc446 if (!Intl::IsObjectOfType(isolate, number_format_holder, in BUILTIN()
477 if (!Intl::IsObjectOfType(isolate, date_format_holder, in BUILTIN()
521 DCHECK(Intl::IsObjectOfType(isolate, number_format_holder, in BUILTIN()
575 DCHECK(Intl::IsObjectOfType(isolate, number_format_holder, in BUILTIN()
610 DCHECK(Intl::IsObjectOfType(isolate, date_format_holder, in BUILTIN()
660 DCHECK(Intl::IsObjectOfType(isolate, date_format_holder, in BUILTIN()
1271 if (!Intl::IsObjectOfType(isolate, break_iterator_holder, in BUILTIN()
1320 DCHECK(Intl::IsObjectOfType(isolate, break_iterator_holder, in BUILTIN()
/external/v8/src/objects/
Dintl-objects.cc668 CHECK(Intl::IsObjectOfType(isolate, date_time_format_holder, in FormatDateTime()
688 DCHECK(Intl::IsObjectOfType(isolate, date_time_format_holder, in DateTimeFormat()
1185 bool Intl::IsObjectOfType(Isolate* isolate, Handle<Object> input, in IsObjectOfType() function in v8::internal::Intl
1215 bool has_initialized_slot = Intl::IsObjectOfType(isolate, receiver, type); in LegacyUnwrapReceiver()
1273 if (!Intl::IsObjectOfType(isolate, new_receiver, type)) { in UnwrapReceiver()
2073 Intl::IsObjectOfType(isolate, number_format_holder, Intl::kNumberFormat)); in NumberToLocaleString()
Dintl-objects.h243 static bool IsObjectOfType(Isolate* isolate, Handle<Object> object,
/external/v8/src/runtime/
Druntime-intl.cc176 Intl::IsObjectOfType(isolate, input, expected_type)); in RUNTIME_FUNCTION()