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 (JSPropertyNameArrayRef) The array from which to retrieve the property name. index (size_t) The index of the property name to retrieve. @result (JSStringRef) A JSStringRef containing the property name.

Implementation

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