Home
last modified time | relevance | path

Searched refs:IsDeprecatedNativeAPI (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h209 bool IsDeprecatedNativeAPI() const in IsDeprecatedNativeAPI() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp298 if (UNLIKELY(etsMethod->IsDeprecatedNativeAPI())) { in PrepareArgsOnStack()