Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5594 bool lookbehind_for_word = i == 0; in BoundaryAssertionAsLookaround() local
5596 (type == RegExpAssertion::BOUNDARY) ^ lookbehind_for_word; in BoundaryAssertionAsLookaround()
5598 RegExpLookaround::Builder lookbehind(lookbehind_for_word, on_success, in BoundaryAssertionAsLookaround()