Home
last modified time | relevance | path

Searched defs:RegExp (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h44 struct RegExp { struct
49 RegExpFlags flags; argument
54 explicit RegExpParser(const RegExp &re, ArenaAllocator *allocator); argument
Dregexp.cpp27 RegExp::RegExp(util::StringView p, util::StringView f, RegExpFlags reFlags) : patternStr(p), flagsS… in RegExp() function in panda::es2panda::lexer::RegExp
/arkcompiler/ets_runtime/test/moduletest/regexpcallthrow/
Dregexpcallthrow.js26 RegExp.prototype.exec = function() { class
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts74 interface RegExp { interface
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts63 RegExp, enumerator
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp148 using RegExp = builtins::BuiltinsRegExp; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp149 using RegExp = builtins::BuiltinsRegExp; typedef