jsPropertyEnumGetAtom top-level property

int Function(Pointer<JSPropertyEnum> ptab, int i) jsPropertyEnumGetAtom
final

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();