Home
last modified time | relevance | path

Searched refs:ToUpperOverflows (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc239 inline bool ToUpperOverflows(base::uc32 character) { in ToUpperOverflows() function
279 (ignore_overflow || !ToUpperOverflows(current))) { in ConvertCaseHelper()
286 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper()
306 overflows |= ToUpperOverflows(current); in ConvertCaseHelper()

Completed in 2 milliseconds