Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 25 of 82) 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: {}
48 arguments: {} 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/ets2panda/compiler/core/
DETSGen.h294 const ArenaVector<ir::Expression *> &arguments) in InitObject()
325 const ArenaVector<ir::Expression *> &arguments) in CallExact()
331 const ArenaVector<ir::Expression *> &arguments) in CallExact()
359 [[maybe_unused]] const ArenaVector<ir::Expression *> &arguments) in CallByName()
369 const ArenaVector<ir::Expression *> &arguments) in CallVirtual()
416 const ArenaVector<ir::Expression *> &arguments) in CallDynamic()
422 const ArenaVector<ir::Expression *> &arguments) in CallDynamic()
588 const ArenaVector<ir::Expression *> &arguments) in CallArgStart()
629 const ArenaVector<ir::Expression *> &arguments) in CallImpl()
692 const ArenaVector<ir::Expression *> &arguments) in CallDynamicImpl()
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dfunction-declaration-arguments.js18 function arguments() { function
DInvalid-destructuring-target-arguments-1.js18 let [arguments] = [1, 2]; variable
Dfunction-expression-arguments.js18 let foo = function arguments() { function
DInvalid-destructuring-target-arguments-5.js18 let {"a": arguments} = {"a": 1}; variable
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewClassInstanceExpression.h44 ArenaVector<ir::Expression *> &&arguments) in ETSNewClassInstanceExpression()
71 void SetArguments(ArenaVector<ir::Expression *> &&arguments) in SetArguments()
/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/checker/ets/
Dfunction_helpers.h69 …oid InferUntilFail(Signature const *const signature, const ArenaVector<ir::Expression *> &argument… in InferUntilFail()
122const ArenaVector<ir::Expression *> &arguments) in BuildImplicitSubstitutionForArguments()
202 const ArenaVector<ir::Expression *> &arguments, in MaybeSubstituteTypeParameters()
Dfunction.cpp412const ArenaVector<ir::Expression *> &arguments, TypeRelationFlag flags, in ValidateSignatureRequiredParams()
523 …lidateSignatureRestParams(Signature *substitutedSig, const ArenaVector<ir::Expression *> &argument… in ValidateSignatureRestParams()
577 const ArenaVector<ir::Expression *> &arguments, const lexer::SourcePosition &pos, in ValidateSignature()
684const ArenaVector<ir::Expression *> &arguments, in CollectSignatures()
749 const ArenaVector<ir::Expression *> &arguments) in UpdateArrayArgsAndUnboxingFlags()
763 const ArenaVector<ir::Expression *> &arguments, in GetMostSpecificSignature()
787 const ArenaVector<ir::Expression *> &arguments, in ThrowSignatureMismatch()
829 const ArenaVector<ir::Expression *> &arguments, in ValidateSignatures()
944 …ap<size_t, Signature *> &bestSignaturesForParameter, const ArenaVector<ir::Expression *> &argument… in CollectSuitableSignaturesForTypeInference()
991 const ArenaVector<ir::Expression *> &arguments, const lexer::SourcePosition &pos) in GetSuitableSignaturesForParameter()
[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/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_frontend/ets2panda/test/ast/parser/js/
DInvalidParserImpl.js46 function f(eval, arguments) {} argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb55 def arguments method in Intrinsic
/arkcompiler/ets_frontend/ets2panda/lsp/src/refactors/
Dconvert_function.cpp42 auto arguments = node->AsCallExpression()->Arguments(); in HasArrowFunction() local
/arkcompiler/runtime_core/static_core/scripts/code_style/
Dclang_tidy_rename.py177 arguments = get_args() variable

1234