Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 25 of 74) sorted by relevance

123

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dexec.h41 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
48 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
55 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
62 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole4.js46 arguments: {} property
48 arguments: {} property
52 arguments: v18 property
65 arguments: {} property
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DcallExpressionBuilder.h38 CallExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments()
44 CallExpressionBuilder &SetArguments(Expression *arguments) in SetArguments()
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dfunction-declaration-arguments.js18 function arguments() { function
Dfunction-expression-arguments.js18 let foo = function arguments() { function
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
/arkcompiler/ets_runtime/script/
Dmetadata_copy_for_test.py47 arguments = parse_args() variable
Dmetadata_generate.py83 arguments = parse_args() variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h528 const ArenaVector<ir::Expression *> &arguments) in InitObject()
541 const ArenaVector<ir::Expression *> &arguments) in CallExact()
547 const ArenaVector<ir::Expression *> &arguments) in CallExact()
574 const ArenaVector<ir::Expression *> &arguments) in CallVirtual()
621 const ArenaVector<ir::Expression *> &arguments) in CallDynamic()
627 const ArenaVector<ir::Expression *> &arguments) in CallDynamic()
636 const ArenaVector<ir::Expression *> &arguments) in LaunchExact()
642 const ArenaVector<ir::Expression *> &arguments) in LaunchVirtual()
989 const ArenaVector<ir::Expression *> &arguments) in CallArgStart()
1030 const ArenaVector<ir::Expression *> &arguments) in CallImpl()
[all …]
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DdirectEvalExpression.h28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression()
DnewExpression.h37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DnewExpression.h37 ArenaVector<Expression *> &&arguments) in NewExpression()
DcallExpression.h37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression()
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb46 def arguments method in Intrinsic
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb55 def arguments method in Intrinsic
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewClassInstanceExpression.h44 ArenaVector<ir::Expression *> &&arguments, in ETSNewClassInstanceExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h86const ArenaVector<ir::Expression *> &arguments) in BuildImplicitSubstitutionForArguments()
187 const ArenaVector<ir::Expression *> &arguments, in MaybeSubstituteTypeParameters()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Doptions.py32 arguments = {} variable
/arkcompiler/runtime_core/static_core/scripts/code_style/
Dclang_tidy_rename.py177 arguments = get_args() variable
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp99 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp107 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); in HWTEST_F_L0() local
197 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp86PandaVector<Value> &&arguments, PandaString name) in CreateCoroutineInstance()
Dthreaded_coroutine_manager.cpp148PandaVector<Value> &&arguments, [[maybe_unused]] CoroutineLaunchMode mode) in Launch()
332 PandaVector<Value> &&arguments, bool startSuspended) in LaunchImpl()
Dstackful_coroutine_manager.cpp275PandaVector<Value> &&arguments, CoroutineLaunchMode mode) in Launch()
384 … Method *entrypoint, PandaVector<Value> &&arguments, in ReuseCoroutineInstance()
469PandaVector<Value> &&arguments, CoroutineLaunchMode mode) in LaunchImpl()
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js35 return Array.prototype.slice.call(arguments); argument

123