Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dintl-objects.cc1085 struct FastCompareStringsData { struct
1086 UCollationResult l1_result = UCollationResult::UCOL_EQUAL;
1087 UCollationResult l3_result = UCollationResult::UCOL_EQUAL;
1088 int processed_until = 0;
1089 int first_diff_at = 0; // The first relevant diff (L1 if exists, else L3).
1090 bool has_diff = false;
1092 base::Optional<UCollationResult> FastCompareFailed( in FastCompareFailed()