Home
last modified time | relevance | path

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

123

/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/es2panda/test/parser/js/
Dfunction-declaration-arguments.js18 function arguments() { function
Dfunction-expression-arguments.js18 let foo = function arguments() { function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dexec.h31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h31 std::array<const char *, sizeof...(args) + 1> arguments = {args..., nullptr}; in decltype() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h563 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/
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.rb54 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()
154 const ArenaVector<ir::Expression *> &arguments, in MaybeSubstituteTypeParameters()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Doptions.py32 arguments = {} variable
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js35 return Array.prototype.slice.call(arguments); argument
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp99 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp242PandaVector<Value> &&arguments, CoroutineAffinity affinity) in Launch()
334 … Method *entrypoint, PandaVector<Value> &&arguments, in ReuseCoroutineInstance()
373PandaVector<Value> &&arguments, CoroutineAffinity affinity) in LaunchImpl()
Dthreaded_coroutine_manager.cpp147PandaVector<Value> &&arguments, [[maybe_unused]] CoroutineAffinity affinity) in Launch()
324 PandaVector<Value> &&arguments, bool startSuspended) in LaunchImpl()
Dcoroutine_manager.cpp86PandaVector<Value> &&arguments, PandaString name) in CreateCoroutineInstance()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp106 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/
Druntime_calls.cpp41 llvm::ArrayRef<llvm::Value *> arguments) in CreateEntrypointCallCommon()
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp152 arg_list_t arguments = paParser.GetRemainder(); in Main() local
/arkcompiler/runtime_core/panda/
Dpanda.cpp177 arg_list_t arguments = pa_parser.GetRemainder(); in Main() local
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.cpp176 … JSHandle<TaggedArray> arguments = factory->NewTaggedArray(2); // 2 means the length of new array in TriggerPromiseReactions() local

123