Searched refs:type_int (Results 1 – 2 of 2) sorted by relevance
15 inline Intl::Type Intl::TypeFromInt(int type_int) { in TypeFromInt() argument17 DCHECK_LE(Intl::Type::kNumberFormat, type_int); in TypeFromInt()18 DCHECK_GT(Intl::Type::kTypeCount, type_int); in TypeFromInt()19 return static_cast<Intl::Type>(type_int); in TypeFromInt()
518 CONVERT_SMI_ARG_CHECKED(type_int, 1); in RUNTIME_FUNCTION()525 Intl::TypeFromInt(type_int), method, in RUNTIME_FUNCTION()