Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h50 struct NativeBindingInfo { struct
59 NativeBindingInfo(AttachFunc af, void *bufferPointer, void *hint, void *attachData, in NativeBindingInfo() function
63 uintptr_t GetObjAddr() const in GetObjAddr()
68 size_t GetFieldOffset() const in GetFieldOffset()
73 ObjectSlot GetSlot() const in GetSlot()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1140 struct NativeBindingInfo { struct
1141 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument
1142 void *env = nullptr;
1143 void *nativeValue = nullptr;
1144 void *attachFunc = nullptr;
1145 void *attachData = nullptr;
1146 void *detachFunc = nullptr;
1147 void *detachData = nullptr;
1148 void *hint = nullptr;