v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Intl::ResolvedLocale Struct Reference

#include <intl-objects.h>

Collaboration diagram for v8::internal::Intl::ResolvedLocale:

Public Attributes

std::string locale
 
icu::Locale icu_locale
 
std::map< std::string, std::string > extensions
 

Detailed Description

Definition at line 316 of file intl-objects.h.

Member Data Documentation

◆ extensions

std::map<std::string, std::string> v8::internal::Intl::ResolvedLocale::extensions

Definition at line 319 of file intl-objects.h.

◆ icu_locale

icu::Locale v8::internal::Intl::ResolvedLocale::icu_locale

Definition at line 318 of file intl-objects.h.

◆ locale

std::string v8::internal::Intl::ResolvedLocale::locale

Definition at line 317 of file intl-objects.h.


The documentation for this struct was generated from the following file: