Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc219 size_t prevMatch = searchArea.reverseFind(hint, offset); in adjustBreakpointLocation() local
220 if (nextMatch == String16::kNotFound && prevMatch == String16::kNotFound) { in adjustBreakpointLocation()
225 bestMatch = prevMatch; in adjustBreakpointLocation()
226 } else if (prevMatch == String16::kNotFound) { in adjustBreakpointLocation()
229 bestMatch = nextMatch - offset < offset - prevMatch ? nextMatch : prevMatch; in adjustBreakpointLocation()

Completed in 4 milliseconds