Home
last modified time | relevance | path

Searched refs:functionFlags (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp92 const auto functionFlags = ir::ScriptFunctionFlags::NONE; in CreateAndFillTopLevelMethod() local
106 body, std::move(funcSignature), functionFlags, {}, false, Language(Language::Id::ETS)}); in CreateAndFillTopLevelMethod()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1999 es2panda_ScriptFunctionFlags functionFlags, in CreateScriptFunction() argument
2018 auto irFunctionFlags = E2pToIrScriptFunctionFlags(functionFlags); in CreateScriptFunction()