Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h24 struct NativeBindingInfo { struct
33 NativeBindingInfo(AttachFunc af, void *bufferPointer, void *hint, void *attachData, in NativeBindingInfo() argument
37 uintptr_t GetObjAddr() const in GetObjAddr()
42 size_t GetFieldOffset() const in GetFieldOffset()
47 ObjectSlot GetSlot() const in GetSlot()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1500 struct NativeBindingInfo { struct
1501 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument
1502 void *env = nullptr;
1503 void *nativeValue = nullptr;
1504 void *attachFunc = nullptr;
1505 void *attachData = nullptr;
1506 void *detachFunc = nullptr;
1507 void *detachData = nullptr;
1508 void *hint = nullptr;