Home
last modified time | relevance | path

Searched refs:SetArguments (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcallExpressionBuilder.h38 CallExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() function in ark::es2panda::ir::CallExpressionBuilder
44 CallExpressionBuilder &SetArguments(Expression *arguments) in SetArguments() function in ark::es2panda::ir::CallExpressionBuilder
H A DdirectEvalExpressionBuilder.h38 DirectEvalExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() function in ark::es2panda::ir::DirectEvalExpressionBuilder
44 DirectEvalExpressionBuilder &SetArguments(Expression *arguments) in SetArguments() function in ark::es2panda::ir::DirectEvalExpressionBuilder
H A DnewExpressionBuilder.h38 NewExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() function in ark::es2panda::ir::NewExpressionBuilder
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dpending_job_test.cpp101 handlePendingJob->SetArguments(thread, handleArgv2.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1199 ecmascript::job::PendingJob::Cast(*pendingJob)->SetArguments(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp2505 obj->SetArguments(thread_, argv.GetTaggedValue()); in NewPendingJob()

Completed in 15 milliseconds