Home
last modified time | relevance | path

Searched defs:numArgs_ (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.h75 GateRef numArgs_; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dcode_data_accessor.h178 uint32_t numArgs_; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h204 size_t numArgs_; variable
Dmethod.h927 uint32_t numArgs_; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp114 uint32_t numArgs_ {}; member in ark::ets::interop::js::CallJSHandler
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1368 alignas(sizeof(JSTaggedType)) uint32_t numArgs_ = 0; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp426 uint32_t numArgs_; member in ark::ets::interop::js::JsToEtsArgsConvertor