Searched refs:scanRegExp (Results 1 – 7 of 7) sorted by relevance
53 bool scanRegExp();
911 bool Lexer::scanRegExp() in scanRegExp() function in JSC::Lexer
295 if (!l.scanRegExp())304 if (!l.scanRegExp())1244 | '/' /* regexp */ { Lexer& l = *LEXER; if (!l.scanRegExp()) YYABORT; }1245 | DIVEQUAL /* regexp with /= */ { Lexer& l = *LEXER; if (!l.scanRegExp()) YYABORT; }
6297 (Lexer::scanRegExp):6728 of scanRegExp6729 (Lexer::scanRegExp): Change code to support unicode escapes in inline 8325 (Lexer::scanRegExp):14541 (Lexer::scanRegExp):
2695 scanRegExp that has out parameters instead of the old one that relied2703 (JSC::Lexer::scanRegExp): Added out arguments that are const Identifier*4826 (JSC::Lexer::scanRegExp): Changed to use the new version of isLineTerminator.5665 (JSC::Lexer::scanRegExp): Tweaked style a bit.5801 (JSC::Lexer::scanRegExp): Use resize(0) instead of clear() on Vectors, since the intent
8013 (KJS::Lexer::scanRegExp): Ditto.25712 (KJS::Lexer::scanRegExp):25819 (KJS::Lexer::scanRegExp):
15962 (Lexer::scanRegExp):