Home
last modified time | relevance | path

Searched defs:RegExp (Results 1 – 11 of 11) 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/typeinfer/automatedcases/
DconstructorOverloads5.ts25 export function RegExp(pattern: string): RegExp; function
DdeclarationEmitPreservesHasNoDefaultLibDirective.ts32 interface RegExp {} interface
DthisInTupleTypeParameterConstraints.ts27 interface RegExp {} interface
/arkcompiler/ets_runtime/test/moduletest/regexpcallthrow/
Dregexpcallthrow.js26 RegExp.prototype.exec = function() { class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/libReferenceNoLib/
Dfakelib.ts30 interface RegExp { } interface
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/libReferenceNoLibBundle/
Dfakelib.ts30 interface RegExp { } interface
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts63 RegExp, enumerator
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp149 using RegExp = builtins::BuiltinsRegExp; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp152 using RegExp = builtins::BuiltinsRegExp; typedef