v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
js-collator.cc File Reference
#include "src/objects/js-collator.h"
#include "src/execution/isolate.h"
#include "src/objects/js-collator-inl.h"
#include "src/objects/js-locale.h"
#include "src/objects/managed-inl.h"
#include "src/objects/objects-inl.h"
#include "src/objects/option-utils.h"
#include "unicode/coll.h"
#include "unicode/locid.h"
#include "unicode/strenum.h"
#include "unicode/ucol.h"
#include "unicode/udata.h"
#include "unicode/uloc.h"
#include "unicode/utypes.h"
Include dependency graph for js-collator.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define U_ICUDATA_COLL   U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll"
 

Macro Definition Documentation

◆ U_ICUDATA_COLL

#define U_ICUDATA_COLL   U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll"

Variable Documentation

◆ set_

std::set<std::string> set_
private

Definition at line 583 of file js-collator.cc.