jSPropertyNameArrayRelease top-level property
final
Releases a JavaScript property name array.
array
(JSPropertyNameArrayRef) The JSPropetyNameArray to release.
Implementation
final void Function(Pointer array) jSPropertyNameArrayRelease = jscLib
.lookup<NativeFunction<Void Function(Pointer)>>(
'JSPropertyNameArrayRelease')
.asFunction();