Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2401 static bool ExtractNativeMethodInfo(const char *signature, uint32_t *outNativeFlag, const char **ou… in ExtractNativeMethodInfo() function
2464 if (!ExtractNativeMethodInfo(methods[i].signature, &nativeFlag, &signature)) { in RegisterNatives()