Searched defs:RegExp (Results 1 – 11 of 11) 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
25 export function RegExp(pattern: string): RegExp; function
32 interface RegExp {} interface
27 interface RegExp {} interface
26 RegExp.prototype.exec = function() { class
30 interface RegExp { } interface
63 RegExp, enumerator
149 using RegExp = builtins::BuiltinsRegExp; typedef
152 using RegExp = builtins::BuiltinsRegExp; typedef