Searched defs:RegExp (Results 1 – 7 of 7) sorted by relevance
44 struct RegExp { struct49 RegExpFlags flags; argument54 explicit RegExpParser(const RegExp &re, ArenaAllocator *allocator); argument
27 RegExp::RegExp(util::StringView p, util::StringView f, RegExpFlags reFlags) : patternStr(p), flagsS… in RegExp() function in panda::es2panda::lexer::RegExp
26 RegExp.prototype.exec = function() { class
74 interface RegExp { interface
63 RegExp, enumerator
148 using RegExp = builtins::BuiltinsRegExp; typedef
149 using RegExp = builtins::BuiltinsRegExp; typedef