Home
last modified time | relevance | path

Searched defs:newFlags (Results 1 – 4 of 4) 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.cpp453 ExpressionParseFlags newFlags = ExpressionParseFlags::ACCEPT_COMMA; in ParseCoverParenthesizedExpressionAndArrowParameterList() local
DexpressionParser.cpp1406 ExpressionParseFlags newFlags = ExpressionParseFlags::DISALLOW_YIELD; in ParseBinaryExpression() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp134 … VMHandle<EtsString> newFlags(coroutine, EtsString::CreateFromMUtf8(flags.c_str())->GetCoreType()); in SetFlags() local