Home
last modified time | relevance | path

Searched refs:scanRegExp (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.h53 bool scanRegExp();
DLexer.cpp911 bool Lexer::scanRegExp() in scanRegExp() function in JSC::Lexer
DGrammar.y295 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; }
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-146297 (Lexer::scanRegExp):
6728 of scanRegExp
6729 (Lexer::scanRegExp): Change code to support unicode escapes in inline
8325 (Lexer::scanRegExp):
14541 (Lexer::scanRegExp):
DChangeLog-2009-06-162695 scanRegExp that has out parameters instead of the old one that relied
2703 (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
DChangeLog-2008-08-108013 (KJS::Lexer::scanRegExp): Ditto.
25712 (KJS::Lexer::scanRegExp):
25819 (KJS::Lexer::scanRegExp):
/external/webkit/WebCore/
DChangeLog-2002-12-0315962 (Lexer::scanRegExp):