Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dfunction-declaration-arguments.js3 function arguments() { function
Dfunction-expression-arguments.js3 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_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/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js36 return Array.prototype.slice.call(arguments); argument
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp99 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
DexpressionParser.cpp427 auto &arguments = expr->AsCallExpression()->Arguments(); in ConvertToArrowParameter() local
886 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseNewExpression() local
1273 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCallExpression() local
/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/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
/arkcompiler/runtime_core/irtoc/lang/
Dfunction.rb77 …attr_reader :name, :mode, :validation, :enable_builder, :external_funcs, :arguments, :params, :con… accessor in Function
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h361 [[maybe_unused]] const PandaVector<PtValue> &arguments, in CallFunctionOn()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp749ArenaVector<ir::Expression *> arguments, const lexer::SourcePosition &errPos) in resolveCallOrNewExpression()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp449 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateCallExpressionForTsModule() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp91 …JSHandle<TaggedArray> arguments = factory->NewTaggedArray(3); // 3: 3 means three args stored in … in Resolve() local
Dbuiltins.cpp2875 JSHandle<JSTaggedValue> arguments(factory_->NewFromASCII("arguments")); in StrictModeForbiddenAccessCallerArguments() local
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp539 std::unique_ptr<PtJson> arguments; in Create() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp681 std::vector<Local<JSValueRef>> arguments; in LoadNativeModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp912 Environment::Environment(size_t arguments, CircuitBuilder *builder) in Environment()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2027 auto arguments = expr->IsCallExpression() ? expr->AsCallExpression()->Arguments() : in TryCompileFunctionCallOrNewExpression() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp110 std::vector<Local<JSValueRef>> arguments; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arguments);return`[${r+t}… property