![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <map>
#include <memory>
#include <optional>
#include <set>
#include <string>
#include "src/base/timezone-cache.h"
#include "src/objects/contexts.h"
#include "src/objects/managed.h"
#include "src/objects/objects.h"
#include "unicode/locid.h"
#include "unicode/uversion.h"
Go to the source code of this file.
Namespaces | |
namespace | U_ICU_NAMESPACE |
namespace | U_ICU_NAMESPACE::number |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | V8_MINIMUM_ICU_VERSION 73 |
#define | ICU_EXTERNAL_POINTER_TAG_LIST(V) |
Functions | |
V8_EXPORT_PRIVATE std::vector< NumberFormatSpan > | v8::internal::FlattenRegionsToParts (std::vector< NumberFormatSpan > *regions) |
#define ICU_EXTERNAL_POINTER_TAG_LIST | ( | V | ) |
Definition at line 47 of file intl-objects.h.
#define V8_MINIMUM_ICU_VERSION 73 |
Definition at line 25 of file intl-objects.h.