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 The array from which to retrieve the count. @result An integer count of the number of names in array.

Implementation

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