Home
last modified time | relevance | path

Searched defs:kMaxOneByteCharCode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring.h476 static const int32_t kMaxOneByteCharCode = unibrow::Latin1::kMaxChar; variable
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc28 constexpr int32_t kMaxOneByteCharCode = unibrow::Latin1::kMaxChar; variable