JS_FreeCString top-level property

void Function(Pointer<JSContext_> ctx, Pointer<Utf8> ptr) JS_FreeCString
final

Implementation

final void Function(Pointer<JSContext_> ctx, Pointer<Utf8> ptr) JS_FreeCString =
    kLookup<NativeFunction<Void Function(Pointer<JSContext_>, Pointer<Utf8>)>>(
      'JS_FreeCString',
    ).asFunction();