Home
last modified time | relevance | path

Searched refs:kMaxUtf16CodeUnitU (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dstring.h351 static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit; variable
/external/v8/src/heap/
Dfactory.cc994 DCHECK_LE(code, String::kMaxUtf16CodeUnitU); in LookupSingleCharacterStringFromCode()