![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#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"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
template<typename T > | |
MaybeDirectHandle< JSArray > | v8::internal::GetKeywordValuesFromLocale (Isolate *isolate, const char *key, const char *unicode_key, const icu::Locale &locale, bool(*removes)(const char *), bool commonly_used, bool sort) |
bool is_bool_value |
Definition at line 44 of file js-locale.cc.
const char* key |
Definition at line 42 of file js-locale.cc.
const char* name |
Definition at line 41 of file js-locale.cc.
const std::vector<const char*>* possible_values |
Definition at line 43 of file js-locale.cc.
const char* type |
Definition at line 48 of file js-locale.cc.
const char* value |
Definition at line 47 of file js-locale.cc.