Home
last modified time | relevance | path

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

1234

/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()
DnewExpressionBuilder.h38 NewExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments()
44 NewExpressionBuilder &AddArguments(Expression *arguments) in AddArguments()
DdirectEvalExpressionBuilder.h38 DirectEvalExpressionBuilder &SetArguments(ArenaVector<Expression *> &&arguments) in SetArguments()
44 DirectEvalExpressionBuilder &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.h527 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/
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/ets2panda/checker/ets/
Dfunction_helpers.h71 …oid InferUntilFail(Signature const *const signature, const ArenaVector<ir::Expression *> &argument… in InferUntilFail()
118const ArenaVector<ir::Expression *> &arguments) in BuildImplicitSubstitutionForArguments()
199 const ArenaVector<ir::Expression *> &arguments, in MaybeSubstituteTypeParameters()
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/
DInvalidParserImpl.js46 function f(eval, arguments) {} argument
/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/runtime_core/static_core/scripts/code_style/
Dclang_tidy_rename.py177 arguments = get_args() variable
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp93 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()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Doptions.py32 arguments = {} variable

1234