jsPropertyEnumGetAtom top-level property
JSAtom jsPropertyEnumGetAtom(JSPropertyEnum *ptab, int i)
Implementation
final int Function(Pointer<JSPropertyEnum> ptab, int i)
jsPropertyEnumGetAtom = _qjsLib
.lookup<NativeFunction<Uint32 Function(Pointer<JSPropertyEnum>, Int32)>>(
'jsPropertyEnumGetAtom',
)
.asFunction();