| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | function-declaration-arguments.js | 3 function arguments() { function
|
| D | function-expression-arguments.js | 3 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_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/ets_runtime/test/moduletest/bindfunction/ |
| D | bindfunction.js | 36 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
|
| D | expressionParser.cpp | 427 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/ |
| 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/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
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | function.rb | 77 …attr_reader :name, :mode, :validation, :enable_builder, :external_funcs, :arguments, :params, :con… accessor in Function
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debugger.h | 361 [[maybe_unused]] const PandaVector<PtValue> &arguments, in CallFunctionOn()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 749 … ArenaVector<ir::Expression *> arguments, const lexer::SourcePosition &errPos) in resolveCallOrNewExpression()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 449 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateCallExpressionForTsModule() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 91 …JSHandle<TaggedArray> arguments = factory->NewTaggedArray(3); // 3: 3 means three args stored in … in Resolve() local
|
| D | builtins.cpp | 2875 JSHandle<JSTaggedValue> arguments(factory_->NewFromASCII("arguments")); in StrictModeForbiddenAccessCallerArguments() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 539 std::unique_ptr<PtJson> arguments; in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 681 std::vector<Local<JSValueRef>> arguments; in LoadNativeModule() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 912 Environment::Environment(size_t arguments, CircuitBuilder *builder) in Environment()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 2027 auto arguments = expr->IsCallExpression() ? expr->AsCallExpression()->Arguments() : in TryCompileFunctionCallOrNewExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 110 std::vector<Local<JSValueRef>> arguments; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arguments);return`[${r+t}… property
|