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