Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1564 struct NativeBindingInfo { struct
1565 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument
1566 void *env = nullptr;
1567 void *nativeValue = nullptr;
1568 void *attachFunc = nullptr;
1569 void *attachData = nullptr;
1570 void *detachFunc = nullptr;
1571 void *detachData = nullptr;
1572 void *hint = nullptr;
1573 void *detachedFinalizer = nullptr;
[all …]