Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2127 const bool may_be_at_or_before_subject_string_start = in EmitHat() local
2131 if (may_be_at_or_before_subject_string_start) { in EmitHat()
2139 const bool can_skip_bounds_check = !may_be_at_or_before_subject_string_start; in EmitHat()
2222 const bool may_be_at_or_before_subject_string_start = in BacktrackIfPrevious() local
2225 if (may_be_at_or_before_subject_string_start) { in BacktrackIfPrevious()
2233 const bool can_skip_bounds_check = !may_be_at_or_before_subject_string_start; in BacktrackIfPrevious()

Completed in 8 milliseconds