JSPropertyNameArrayGetNameAtIndex top-level property

JSStringRef Function(JSPropertyNameArrayRef array, int index) JSPropertyNameArrayGetNameAtIndex
final

Gets a property name at a given index in a JavaScript property name array. array The array from which to retrieve the property name. index The index of the property name to retrieve. @result A JSStringRef containing the property name.

Implementation

final JSStringRef Function(JSPropertyNameArrayRef array, int index) JSPropertyNameArrayGetNameAtIndex =
    jscLib.lookup<NativeFunction<JSStringRef Function(JSPropertyNameArrayRef array, Size index)>>('JSPropertyNameArrayGetNameAtIndex').asFunction();