| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | exec.h | 41 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/ |
| D | safe_hole4.js | 46 arguments: {} property 48 arguments: {} property 52 arguments: v18 property 65 arguments: {} property
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | callExpressionBuilder.h | 38 CallExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() 44 CallExpressionBuilder &SetArguments(Expression *arguments) in SetArguments()
|
| D | newExpressionBuilder.h | 38 NewExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() 44 NewExpressionBuilder &AddArguments(Expression *arguments) in AddArguments()
|
| D | directEvalExpressionBuilder.h | 38 DirectEvalExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments() 44 DirectEvalExpressionBuilder &SetArguments(Expression *arguments) in SetArguments()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | function-declaration-arguments.js | 18 function arguments() { function
|
| D | function-expression-arguments.js | 18 let foo = function arguments() { function
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | exec.h | 31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
|
| /arkcompiler/ets_runtime/script/ |
| D | metadata_copy_for_test.py | 47 arguments = parse_args() variable
|
| D | metadata_generate.py | 83 arguments = parse_args() variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 527 const ArenaVector<ir::Expression *> &arguments) in InitObject() 540 const ArenaVector<ir::Expression *> &arguments) in CallExact() 546 const ArenaVector<ir::Expression *> &arguments) in CallExact() 573 const ArenaVector<ir::Expression *> &arguments) in CallVirtual() 620 const ArenaVector<ir::Expression *> &arguments) in CallDynamic() 626 const ArenaVector<ir::Expression *> &arguments) in CallDynamic() 635 const ArenaVector<ir::Expression *> &arguments) in LaunchExact() 641 const ArenaVector<ir::Expression *> &arguments) in LaunchVirtual() 986 const ArenaVector<ir::Expression *> &arguments) in CallArgStart() 1027 const ArenaVector<ir::Expression *> &arguments) in CallImpl() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | directEvalExpression.h | 28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression()
|
| D | newExpression.h | 37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 71 …oid InferUntilFail(Signature const *const signature, const ArenaVector<ir::Expression *> &argument… in InferUntilFail() 118 … const ArenaVector<ir::Expression *> &arguments) in BuildImplicitSubstitutionForArguments() 199 const ArenaVector<ir::Expression *> &arguments, in MaybeSubstituteTypeParameters()
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | InvalidParserImpl.js | 46 function f(eval, arguments) {} argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | newExpression.h | 37 ArenaVector<Expression *> &&arguments) in NewExpression()
|
| D | callExpression.h | 37 explicit CallExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in CallExpression()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | compiler_intrinsics.rb | 46 def arguments method in Intrinsic
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | compiler_intrinsics.rb | 55 def arguments method in Intrinsic
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNewClassInstanceExpression.h | 44 ArenaVector<ir::Expression *> &&arguments, in ETSNewClassInstanceExpression()
|
| /arkcompiler/runtime_core/static_core/scripts/code_style/ |
| D | clang_tidy_rename.py | 177 arguments = get_args() variable
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | commonjs.cpp | 93 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | micro_job_queue_test.cpp | 107 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/ |
| D | coroutine_manager.cpp | 86 … PandaVector<Value> &&arguments, PandaString name) in CreateCoroutineInstance()
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | options.py | 32 arguments = {} variable
|