JSValue throwInternalError(String fmt, {bool autoDispose = true}) => JSValue.ptr( this, JS_ThrowInternalError(_ref, fmt.toNativeUtf8()), autoDispose: autoDispose, );