Home
last modified time | relevance | path

Searched refs:next_position (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/debug/
Ddebug.cc318 int next_position; in FromPosition() local
320 next_position = it->statement_position(); in FromPosition()
323 next_position = it->position(); in FromPosition()
325 if (position <= next_position && next_position - position < distance) { in FromPosition()
327 distance = next_position - position; in FromPosition()