Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.h73 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.h202 size_t numArgs_; variable
Dmethod.h907 uint32_t numArgs_; variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1055 alignas(sizeof(JSTaggedType)) uint32_t numArgs_ = 0; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp420 uint32_t numArgs_; member in panda::ets::interop::js::JsToEtsArgsConvertor