Searched refs:scanRegExp (Results 1 – 9 of 9) sorted by relevance
63 … bool scanRegExp(const Identifier*& pattern, const Identifier*& flags, UChar patternPrefix = 0);
1084 bool Lexer::scanRegExp(const Identifier*& pattern, const Identifier*& flags, UChar patternPrefix) in scanRegExp() function in JSC::Lexer
1931 failIfFalse(m_lexer->scanRegExp(pattern, flags, '=')); in parsePrimaryExpression()1933 failIfFalse(m_lexer->scanRegExp(pattern, flags)); in parsePrimaryExpression()
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
21631 * parser/Grammar.y: Changed callers to use new scanRegExp with21637 (JSC::Lexer::scanRegExp): Changed to use out arguments, and to21644 * parser/Lexer.h: Changed scanRegExp to have out arguments. Added
8013 (KJS::Lexer::scanRegExp): Ditto.25712 (KJS::Lexer::scanRegExp):25819 (KJS::Lexer::scanRegExp):
21470 (JSC::Lexer::scanRegExp):
15962 (Lexer::scanRegExp):