Searched defs:NativePropertyDescriptor (Results 1 – 1 of 1) sorted by relevance
37 struct NativePropertyDescriptor { struct38 const char* utf8name = nullptr;39 NativeValue* name = nullptr;40 NativeCallback method = nullptr;41 NativeCallback getter = nullptr;42 NativeCallback setter = nullptr;43 NativeValue* value = nullptr;44 uint32_t attributes = NATIVE_DEFAULT;45 void* data = nullptr;