JSPropertyNameArrayRetain top-level property
Retains a JavaScript property name array.
array
(JSPropertyNameArrayRef) The JSPropertyNameArray to retain.
@result
(JSPropertyNameArrayRef) A JSPropertyNameArray that is the same as array.
Implementation
final JSPropertyNameArrayRef Function(JSPropertyNameArrayRef array)
JSPropertyNameArrayRetain =
kLookup<
NativeFunction<JSPropertyNameArrayRef Function(JSPropertyNameArrayRef)>
>('JSPropertyNameArrayRetain').asFunction();