Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1190 static Local<ObjectRef> ExecuteNativeModule(EcmaVM *vm, const std::string &key);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3781 Local<ObjectRef> JSNApi::ExecuteNativeModule(EcmaVM *vm, const std::string &key) in ExecuteNativeModule() function in panda::JSNApi