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

/external/chromium_org/v8/src/
H A Djsregexp.cc2988 Label* non_word,
2992 fall_through_on_word ? non_word : word)) {
2996 assembler->CheckCharacterGT('z', non_word);
2997 assembler->CheckCharacterLT('0', non_word);
3000 assembler->CheckCharacterLT('A', non_word);
3003 assembler->CheckNotCharacter('_', non_word);
3108 Label* non_word = backtrack_if_previous == kIsNonWord ? local
3118 assembler->CheckAtStart(non_word);
3123 EmitWordCheck(assembler, word, non_word, backtrack_if_previous == kIsNonWord);
2986 EmitWordCheck(RegExpMacroAssembler* assembler, Label* word, Label* non_word, bool fall_through_on_word) argument

Completed in 45 milliseconds