jSClassRelease top-level property
Releases a JavaScript class.
jsClass (JSClassRef) The JSClass to release.
Implementation
final void Function(Pointer jsClass) jSClassRelease = JscFfi.lib
    .lookup<NativeFunction<Void Function(Pointer)>>('JSClassRelease')
    .asFunction();