Searched refs:word_range (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.cc | 5585 ZoneList<CharacterRange>* word_range = in BoundaryAssertionAsLookaround() local 5587 CharacterRange::AddClassEscape('w', word_range, true, zone); in BoundaryAssertionAsLookaround() 5601 zone, word_range, true, lookbehind.on_match_success(), flags); in BoundaryAssertionAsLookaround() 5607 zone, word_range, false, lookahead.on_match_success(), flags); in BoundaryAssertionAsLookaround()
|