JS_ThrowTypeError top-level property

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

Implementation

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