Home
last modified time | relevance | path

Searched defs:Arguments (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/dependency_analyzer/
DREADME.md28 ## Arguments section in Es2panda Dependency analyzer
32 ### Optional arguments
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.h62 const ArenaVector<Expression *> &Arguments() const in Arguments() function
67 ArenaVector<Expression *> &Arguments() in Arguments() function
DnewExpression.h53 const ArenaVector<Expression *> &Arguments() const in Arguments() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DnewExpression.h51 [[nodiscard]] const ArenaVector<Expression *> &Arguments() const noexcept in Arguments() function
DcallExpression.h89 [[nodiscard]] const ArenaVector<Expression *> &Arguments() const noexcept in Arguments() function
94 [[nodiscard]] ArenaVector<Expression *> &Arguments() noexcept in Arguments() function
/arkcompiler/runtime_core/libpandabase/
DREADME.md28 #### Arguments subsubsection
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md28 #### Arguments subsubsection
/arkcompiler/runtime_core/static_core/verification/util/
Dcallable.h60 using Arguments = std::tuple<Args...>; variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D5_generics.rst531 list of *type arguments* (see :ref:`Type Arguments`) that specify real types or
D7_expressions.rst502 .. _Evaluation of Other Expressions:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D5_js.rst156 Arguments section in Features JS
181 Arguments limitations: ``Arguments`` object is array-like, not a full-fledged array. It means that … argument
187 - Arguments will be passed by the default way through napi, so in case of interop there is no speci… argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp154 GateRef CircuitBuilder::Arguments(size_t index) in Arguments() function in panda::ecmascript::kungfu::CircuitBuilder