jSPropertyNameArrayRelease top-level property

void Function(Pointer<NativeType> array) jSPropertyNameArrayRelease
final

Releases a JavaScript property name array. array (JSPropertyNameArrayRef) The JSPropetyNameArray to release.

Implementation

final void Function(Pointer array) jSPropertyNameArrayRelease = JscFfi.lib
    .lookup<NativeFunction<Void Function(Pointer)>>(
        'JSPropertyNameArrayRelease')
    .asFunction();