Home
last modified time | relevance | path

Searched refs:GENERATED_CONSTRUCTOR (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
H A DastNode.h96 GENERATED_CONSTRUCTOR = 1 << 10, member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ScriptFunctionFlags
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp74 if (constructorFunc->HasFlag(ir::ScriptFunctionFlags::GENERATED_CONSTRUCTOR)) { in CompileSuperCallWithSpreadArgs()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp131 if (param->IsRestElement() && (!func->HasFlag(ir::ScriptFunctionFlags::GENERATED_CONSTRUCTOR) || in CompileFunctionParameterDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3048 func->AddFlag(ir::ScriptFunctionFlags::GENERATED_CONSTRUCTOR); in CreateImplicitMethod()

Completed in 9 milliseconds