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.h1499 struct NativeBindingInfo { struct
1500 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument
1501 void *env = nullptr;
1502 void *nativeValue = nullptr;
1503 void *attachFunc = nullptr;
1504 void *attachData = nullptr;
1505 void *detachFunc = nullptr;
1506 void *detachData = nullptr;
1507 void *hint = nullptr;