JS_ThrowRangeError top-level property

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

Implementation

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