v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
js-locale.cc File Reference
#include "src/objects/js-locale.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "src/api/api.h"
#include "src/execution/isolate.h"
#include "src/heap/factory.h"
#include "src/objects/intl-objects.h"
#include "src/objects/js-locale-inl.h"
#include "src/objects/managed-inl.h"
#include "src/objects/objects-inl.h"
#include "src/objects/option-utils.h"
#include "unicode/calendar.h"
#include "unicode/char16ptr.h"
#include "unicode/coll.h"
#include "unicode/dtptngen.h"
#include "unicode/localebuilder.h"
#include "unicode/locid.h"
#include "unicode/ucal.h"
#include "unicode/uloc.h"
#include "unicode/ulocdata.h"
#include "unicode/unistr.h"
Include dependency graph for js-locale.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

template<typename T >
MaybeDirectHandle< JSArrayv8::internal::GetKeywordValuesFromLocale (Isolate *isolate, const char *key, const char *unicode_key, const icu::Locale &locale, bool(*removes)(const char *), bool commonly_used, bool sort)
 

Variable Documentation

◆ is_bool_value

bool is_bool_value

Definition at line 44 of file js-locale.cc.

◆ key

const char* key

Definition at line 42 of file js-locale.cc.

◆ name

const char* name

Definition at line 41 of file js-locale.cc.

◆ possible_values

const std::vector<const char*>* possible_values

Definition at line 43 of file js-locale.cc.

◆ type

const char* type

Definition at line 48 of file js-locale.cc.

◆ value

const char* value

Definition at line 47 of file js-locale.cc.