Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc305 int common_suffix_len; local
315 common_suffix_len = 0;
319 while (common_suffix_len < suffix_limit &&
320 input->Equals(len1 - common_suffix_len - 1,
321 len2 - common_suffix_len - 1)) {
322 common_suffix_len++;
326 if (common_prefix_len > 0 || common_suffix_len > 0) {
327 int new_len1 = len1 - common_suffix_len - common_prefix_len;
328 int new_len2 = len2 - common_suffix_len - common_prefix_len;

Completed in 2 milliseconds