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.js35 return Array.prototype.slice.call(arguments); argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Doptions.py31 arguments = {} variable
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp99 ArenaVector<ir::Expression *> arguments(Allocator()->Adapter()); in ParseCommonjs() local
DexpressionParser.cpp432 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/
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/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp935 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/
Dfunction.cpp749ArenaVector<ir::Expression *> arguments, const lexer::SourcePosition &errPos) in resolveCallOrNewExpression()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp315 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/
Dbuiltins_promise_handler.cpp91 …JSHandle<TaggedArray> arguments = factory->NewTaggedArray(3); // 3: 3 means three args stored in … in Resolve() local
Dbuiltins.cpp3122 JSHandle<JSTaggedValue> arguments(factory_->NewFromASCII("arguments")); in StrictModeForbiddenAccessCallerArguments() local
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp596 std::unique_ptr<PtJson> arguments; in Create() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp114 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/
Dpandagen.cpp2076 auto arguments = expr->IsCallExpression() ? expr->AsCallExpression()->Arguments() : in TryCompileFunctionCallOrNewExpression() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1729 Environment::Environment(size_t arguments, CircuitBuilder *builder) in Environment()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js26636 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/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument