Home
last modified time | relevance | path

Searched defs:funcFlags (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsFunctionType.h31 explicit ETSFunctionType(FunctionSignature &&signature, ir::ScriptFunctionFlags funcFlags) in ETSFunctionType()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h42 ir::ScriptFunctionFlags funcFlags = ir::ScriptFunctionFlags::NONE; member
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp147 ir::ScriptFunctionFlags funcFlags = ir::ScriptFunctionFlags::METHOD; in CreateAnonClassFieldGetterSetter() local
DlambdaLowering.cpp357 auto funcFlags = ir::ScriptFunctionFlags::METHOD | cmInfo->auxFunctionFlags; in CreateCalleeMethod() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp466 …tion *ETSChecker::CreateClassMethod(const std::string_view name, ir::ScriptFunctionFlags funcFlags, in CreateClassMethod()
Dhelpers.cpp2319 auto funcFlags = isSetter ? ir::ScriptFunctionFlags::SETTER : ir::ScriptFunctionFlags::GETTER; in GenerateDefaultGetterSetter() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp292 ir::ScriptFunctionFlags funcFlags = in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1403 es2panda_ScriptFunctionFlags funcFlags) in CreateFunctionTypeNode()