| /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 | 35 return Array.prototype.slice.call(arguments); argument
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | options.py | 31 arguments = {} variable
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | commonjs.cpp | 99 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
|
| D | expressionParser.cpp | 432 auto &arguments = expr->AsCallExpression()->Arguments(); in ConvertToArrowParameter() local 915 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseNewExpression() local 1302 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/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 935 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateParamDecorators() local 973 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreatePropertyDecorators() local 1013 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateMethodDecorators() local 1059 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateDefinePropertyCall() local 1072 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateGetOwnPropertyDescriptorCall() local 1125 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateClassDecorators() local 1460 ArenaVector<ir::Expression *> arguments = CreateCallExpressionArguments(name, isExport); in CreateCallExpressionForTsModule() local 1596 ArenaVector<ir::Expression *> arguments = CreateCallExpressionArguments(name, isExport); in CreateCallExpressionForTsEnum() local 1604 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in CreateCallExpressionArguments() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 749 … ArenaVector<ir::Expression *> arguments, const lexer::SourcePosition &errPos) in resolveCallOrNewExpression()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 315 void SourceTextModule::MakeAppArgs(const EcmaVM *vm, std::vector<Local<JSValueRef>> &arguments, in MakeAppArgs() 331 void SourceTextModule::MakeInternalArgs(const EcmaVM *vm, std::vector<Local<JSValueRef>> &arguments, in MakeInternalArgs() 348 std::vector<Local<JSValueRef>> arguments; in LoadNativeModule() 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 | 3122 JSHandle<JSTaggedValue> arguments(factory_->NewFromASCII("arguments")); in StrictModeForbiddenAccessCallerArguments() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 596 std::unique_ptr<PtJson> arguments; in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 114 std::vector<Local<JSValueRef>> arguments; in HWTEST_F_L0() local 1205 std::vector<Local<JSValueRef>> arguments; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 2076 auto arguments = expr->IsCallExpression() ? expr->AsCallExpression()->Arguments() : in TryCompileFunctionCallOrNewExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 1729 Environment::Environment(size_t arguments, CircuitBuilder *builder) in Environment()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 26636 jsb.Asset.prototype._ctor.apply(this, arguments); argument 26732 jsb.Asset.prototype._ctor.apply(this, arguments); argument 26835 jsb.Asset.prototype._ctor.apply(this, arguments); argument 30497 jsb.Material.prototype._ctor.apply(this, arguments); argument 31855 _y.prototype._ctor.apply(this, arguments); argument 32028 jsb.TextureBase.prototype._ctor.apply(this, arguments); argument 32074 jsb.SimpleTexture.prototype._ctor.apply(this, arguments); argument 35038 jsb.Asset.prototype._ctor.apply(this, arguments); argument 35104 jsb.Asset.prototype._ctor.apply(this, arguments); argument 35150 jsb.Asset.prototype._ctor.apply(this, arguments); argument [all …]
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|