Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc320 bool IndexIsInBounds(int index, int length) { in IndexIsInBounds() function
925 while (IndexIsInBounds(current + load_offset, subject.length())) { in RawMatch()
975 while (IndexIsInBounds(current + load_offset, subject.length())) { in RawMatch()
991 while (IndexIsInBounds(current + load_offset, subject.length())) { in RawMatch()
1011 while (IndexIsInBounds(current + load_offset, subject.length())) { in RawMatch()

Completed in 2 milliseconds