Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.h31 #define NAPI_METHOD(name, ...) impl.name = ::name; in InitNapi() macro
39 #define NAPI_METHOD(name, ...) napi_status (*name)(PARAMS_PAIR(__VA_ARGS__)) = nullptr; macro