Home
last modified time | relevance | path

Searched defs:newFlags (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp29 int newFlags = static_cast<int>(MAP_PRIVATE | MAP_ANONYMOUS | static_cast<unsigned int>(flags)); in PageMap() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserExpressions.cpp543 ExpressionParseFlags newFlags = ExpressionParseFlags::ACCEPT_COMMA; in ParseCoverParenthesizedExpressionAndArrowParameterList() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp137 … VMHandle<EtsString> newFlags(coroutine, EtsString::CreateFromMUtf8(flags.c_str())->GetCoreType()); in SetFlags() local