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.h1617 struct NativeBindingInfo { struct
1618 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument
1619 void *env = nullptr;
1620 void *nativeValue = nullptr;
1621 void *attachFunc = nullptr;
1622 void *attachData = nullptr;
1623 void *detachFunc = nullptr;
1624 void *detachData = nullptr;
1625 void *hint = nullptr;
1626 void *detachedFinalizer = nullptr;
[all …]