mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
Use JSC::Integrity:: auditCellFully in bindings (#22538)
### What does this PR do? ### How did you verify your code works?
This commit is contained in:
@@ -352,7 +352,7 @@ pub fn stopTimers(this: *@This()) void {
|
||||
}
|
||||
|
||||
pub fn getQueriesArray(this: *const @This()) JSValue {
|
||||
return js.queriesGetCached(this.js_value) orelse .zero;
|
||||
return js.queriesGetCached(this.js_value) orelse .js_undefined;
|
||||
}
|
||||
pub fn failFmt(this: *@This(), error_code: AnyMySQLError.Error, comptime fmt: [:0]const u8, args: anytype) void {
|
||||
const message = bun.handleOom(std.fmt.allocPrint(bun.default_allocator, fmt, args));
|
||||
|
||||
Reference in New Issue
Block a user