JS_ThrowInternalError top-level property

JSValue_ Function(Pointer<JSContext_> ctx, Pointer<Utf8> fmt) JS_ThrowInternalError
final

Implementation

final JSValue_ Function(Pointer<JSContext_> ctx, Pointer<Utf8> fmt)
JS_ThrowInternalError =
    kLookup<
      NativeFunction<JSValue_ Function(Pointer<JSContext_>, Pointer<Utf8>)>
    >('JS_ThrowInternalError').asFunction();