add Timeout.prototype.close, _idleTimeout and _onTimeout (#19318)

This commit is contained in:
Dylan Conway
2025-04-28 00:25:25 -07:00
committed by GitHub
parent 745b37038c
commit 465379d96a
33 changed files with 1535 additions and 1304 deletions

View File

@@ -982,7 +982,7 @@ pub const PostgresRequest = struct {
},
.float8 => {
const l = try writer.length();
try writer.f64(@bitCast(value.coerceToDouble(globalObject)));
try writer.f64(@bitCast(try value.toNumber(globalObject)));
try l.writeExcludingSelf();
},