Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc367 #define SET_CURRENT_POSITION(value) \ macro
372 #define ADVANCE_CURRENT_POSITION(by) SET_CURRENT_POSITION(current + (by))
506 SET_CURRENT_POSITION(registers[LoadPacked24Unsigned(insn)]); in RawMatch()
521 SET_CURRENT_POSITION(backtrack_stack.pop()); in RawMatch()
823 SET_CURRENT_POSITION(current - len); in RawMatch()
867 SET_CURRENT_POSITION(current - len); in RawMatch()
882 SET_CURRENT_POSITION(current - len); in RawMatch()
907 SET_CURRENT_POSITION(subject.length() - by); in RawMatch()
1045 #undef SET_CURRENT_POSITION macro

Completed in 2 milliseconds