Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1111 bool is_word() { return w_ == kLatticeIn; } in is_word() function
Djsregexp.cc3074 if (bm->at(0)->is_word()) next_is_word_character = Trace::TRUE_VALUE; in EmitBoundaryCheck()
3079 if (lookahead->at(0)->is_word()) in EmitBoundaryCheck()