Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1143 bool is_non_word() { return w_ == kLatticeOut; } in is_non_word() function
Djsregexp.cc2997 if (bm->at(0)->is_non_word()) in EmitBoundaryCheck()
3002 if (lookahead->at(0)->is_non_word()) in EmitBoundaryCheck()