| Index: src/runtime/runtime-i18n.cc
|
| diff --git a/src/runtime/runtime-i18n.cc b/src/runtime/runtime-i18n.cc
|
| index fafadb6fd27e233f85ff6e13010117cbf0c64846..e1f0c8e959f523c81f134cd2fe17742ec1b01a39 100644
|
| --- a/src/runtime/runtime-i18n.cc
|
| +++ b/src/runtime/runtime-i18n.cc
|
| @@ -473,6 +473,8 @@ RUNTIME_FUNCTION(Runtime_InternalNumberParse) {
|
| CONVERT_ARG_HANDLE_CHECKED(JSObject, number_format_holder, 0);
|
| CONVERT_ARG_HANDLE_CHECKED(String, number_string, 1);
|
|
|
| + isolate->CountUsage(v8::Isolate::UseCounterFeature::kIntlV8Parse);
|
| +
|
| v8::String::Utf8Value utf8_number(v8::Utils::ToLocal(number_string));
|
| icu::UnicodeString u_number(icu::UnicodeString::fromUTF8(*utf8_number));
|
| icu::DecimalFormat* number_format =
|
|
|