JSPropertyNameArrayGetCount top-level property

int Function(JSPropertyNameArrayRef array) JSPropertyNameArrayGetCount
final

Gets a count of the number of items in a JavaScript property name array. array (JSPropertyNameArrayRef) The array from which to retrieve the count. @result (size_t) An integer count of the number of names in array.

Implementation

final int Function(JSPropertyNameArrayRef array) JSPropertyNameArrayGetCount =
    kLookup<NativeFunction<Size Function(JSPropertyNameArrayRef)>>(
      'JSPropertyNameArrayGetCount',
    ).asFunction();