Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewClassInstanceExpression.cpp66 for (auto argument : arguments_) { in Dump() local
102 for (auto *const argument : other.arguments_) { in ETSNewClassInstanceExpression() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DawaitExpression.h34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
DyieldExpression.h35 explicit YieldExpression(Expression *argument, bool isDelegate) in YieldExpression()
DunaryExpression.h35 explicit UnaryExpression(Expression *argument, lexer::TokenType unaryOperator) in UnaryExpression()
DupdateExpression.h34 explicit UpdateExpression(Expression *argument, lexer::TokenType updateOperator, bool isPrefix) in UpdateExpression()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DawaitExpression.h34 …explicit AwaitExpression(Expression *argument) : Expression(AstNodeType::AWAIT_EXPRESSION), argume… in AwaitExpression()
DyieldExpression.h34 explicit YieldExpression(Expression *const argument, bool const isDelegate) in YieldExpression()
DupdateExpression.h34 …explicit UpdateExpression(Expression *const argument, lexer::TokenType const updateOperator, bool … in UpdateExpression()
DunaryExpression.h43 explicit UnaryExpression(Expression *const argument, lexer::TokenType const unaryOperator) in UnaryExpression()
DawaitExpression.cpp72 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator)->AsExpression() : nullpt… in Clone() local
DyieldExpression.cpp73 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator)->AsExpression() : nullpt… in Clone() local
DupdateExpression.cpp84 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator)->AsExpression() : nullpt… in Clone() local
DunaryExpression.cpp77 …auto *const argument = argument_ != nullptr ? argument_->Clone(allocator)->AsExpression() : nullpt… in Clone() local
DnewExpression.cpp34 for (auto *argument : other.arguments_) { in NewExpression() local
DcallExpression.cpp113 for (auto *const argument : other.arguments_) { in CallExpression() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DthrowStatement.h30 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
DreturnStatement.h38 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DthrowStatement.h36 …explicit ThrowStatement(Expression *argument) : Statement(AstNodeType::THROW_STATEMENT), argument_… in ThrowStatement()
DreturnStatement.h35 …explicit ReturnStatement(Expression *argument) : Statement(AstNodeType::RETURN_STATEMENT), argumen… in ReturnStatement()
/arkcompiler/ets_frontend/es2panda/ir/base/
DspreadElement.h35 …explicit SpreadElement(AstNodeType nodeType, Expression *argument) : Expression(nodeType), argumen… in SpreadElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.cpp35 GateRef argument = env_.GetArgument(i); in InitializeArguments() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DspreadElement.h34 …eadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *const argument) in SpreadElement()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h89 JSHandle<TaggedArray> argument = factory->NewTaggedArray(length); in Append() local
108 JSHandle<TaggedArray> argument = factory->NewTaggedArray(copyLength); in AppendSkipHole() local
Djs_promise.cpp164 const JSHandle<JSTaggedValue> &argument) in TriggerPromiseReactions()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DtupleLowering.cpp57 auto *const argument = update->Argument(); in ConvertTupleUpdate() local

12