/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/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/static_core/libpandabase/os/ |
D | exec.h | 31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | exec.h | 31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | ETSGen.h | 563 const ArenaVector<ir::Expression *> &arguments) in InitObject() 569 const ArenaVector<ir::Expression *> &arguments) in CallStatic() 575 const ArenaVector<ir::Expression *> &arguments) in CallThisStatic() 581 const ArenaVector<ir::Expression *> &arguments) in CallThisVirtual() 618 const ArenaVector<ir::Expression *> &arguments) in CallDynamic() 627 const ArenaVector<ir::Expression *> &arguments) in LaunchStatic() 633 const ArenaVector<ir::Expression *> &arguments) in LaunchThisStatic() 639 const ArenaVector<ir::Expression *> &arguments) in LaunchThisVirtual() 944 const ArenaVector<ir::Expression *> &arguments) in CallThisImpl() 988 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/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 | 54 def arguments method in Intrinsic
|
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
D | etsNewClassInstanceExpression.h | 44 ArenaVector<ir::Expression *> &&arguments, in ETSNewClassInstanceExpression()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | function_helpers.h | 86 … const ArenaVector<ir::Expression *> &arguments) in BuildImplicitSubstitutionForArguments() 154 const ArenaVector<ir::Expression *> &arguments, in MaybeSubstituteTypeParameters()
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | options.py | 32 arguments = {} variable
|
/arkcompiler/ets_runtime/test/moduletest/bindfunction/ |
D | bindfunction.js | 35 return Array.prototype.slice.call(arguments); argument
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | commonjs.cpp | 99 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
D | stackful_coroutine_manager.cpp | 242 … PandaVector<Value> &&arguments, CoroutineAffinity affinity) in Launch() 334 … Method *entrypoint, PandaVector<Value> &&arguments, in ReuseCoroutineInstance() 373 … PandaVector<Value> &&arguments, CoroutineAffinity affinity) in LaunchImpl()
|
D | threaded_coroutine_manager.cpp | 147 … PandaVector<Value> &&arguments, [[maybe_unused]] CoroutineAffinity affinity) in Launch() 324 PandaVector<Value> &&arguments, bool startSuspended) in LaunchImpl()
|
D | coroutine_manager.cpp | 86 … PandaVector<Value> &&arguments, PandaString name) in CreateCoroutineInstance()
|
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
D | micro_job_queue_test.cpp | 106 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); in HWTEST_F_L0() local 196 JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
D | runtime_calls.cpp | 41 llvm::ArrayRef<llvm::Value *> arguments) in CreateEntrypointCallCommon()
|
/arkcompiler/runtime_core/static_core/panda/ |
D | panda.cpp | 152 arg_list_t arguments = paParser.GetRemainder(); in Main() local
|
/arkcompiler/runtime_core/panda/ |
D | panda.cpp | 177 arg_list_t arguments = pa_parser.GetRemainder(); in Main() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_promise.cpp | 176 … JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); // 2 means the length of new array in TriggerPromiseReactions() local
|