Home
last modified time | relevance | path

Searched defs:flagsStr (Results 1 – 7 of 7) 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/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_regexp_stub_builder.cpp126 …GateRef flagsStr = CallRuntime(glue, RTSTUB_ID(GetAllFlagsInternal), { IntToTaggedInt(*bitFlagsStr… in GetFlags() local
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h255 #define RETURN_VALUE_IF_ABRUPT_COMPLETION_WITH_DATA_DELETE(thread, value, flagsStr) \ argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp385 uint8_t *flagsStr = new uint8_t[RegExpParser::FLAG_NUM + 1]; // FLAG_NUM flags + '\0' in GetAllFlagsInternal() local
2299 uint8_t *flagsStr = new uint8_t[RegExpParser::FLAG_NUM + 1]; // FLAG_NUM flags + '\0' in FlagsBitsToString() local
2447 JSHandle<EcmaString> flagsStr(thread, static_cast<EcmaString *>(flags->GetTaggedObject())); in EscapeRegExpPattern() local