JSPropertyNameArrayRelease top-level property

void Function(JSPropertyNameArrayRef array) JSPropertyNameArrayRelease
final

Releases a JavaScript property name array. array The JSPropetyNameArray to release.

Implementation

final void Function(JSPropertyNameArrayRef array) JSPropertyNameArrayRelease = jscLib.lookup<NativeFunction<Void Function(JSPropertyNameArrayRef array)>>('JSPropertyNameArrayRelease').asFunction();