Home
last modified time | relevance | path

Searched defs:flagsStr (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DregExpLiteral.h32 …plicit RegExpLiteral(util::StringView pattern, lexer::RegExpFlags flags, util::StringView flagsStr) in RegExpLiteral()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DregExpLiteralBuilder.h41 RegExpLiteralBuilder &SetFlagsString(util::StringView flagsStr) in SetFlagsString()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.h45 util::StringView flagsStr; member
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h49 util::StringView flagsStr; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp.cpp141 void EtsRegExp::SetFlags(EtsString *flagsStr) in SetFlags()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_regexp_stub_builder.cpp126 …GateRef flagsStr = CallRuntime(glue, RTSTUB_ID(GetAllFlagsInternal), { IntToTaggedInt(*bitFlagsStr… in GetFlags() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp430 extern "C" EtsObject *EscompatRegExpExec(EtsObject *obj, EtsString *patternStr, EtsString *flagsStr in EscompatRegExpExec()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp394 uint8_t *flagsStr = new uint8_t[RegExpParser::FLAG_NUM + 1]; // FLAG_NUM flags + '\0' in GetAllFlagsInternal() local
2372 uint8_t *flagsStr = new uint8_t[RegExpParser::FLAG_NUM + 1]; // FLAG_NUM flags + '\0' in FlagsBitsToString() local
2522 JSHandle<EcmaString> flagsStr(thread, static_cast<EcmaString *>(flags->GetTaggedObject())); in EscapeRegExpPattern() local
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h318 #define RETURN_VALUE_IF_ABRUPT_COMPLETION_WITH_DATA_DELETE(thread, value, flagsStr) \ argument