mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Handle integer sizes greater than i32
This commit is contained in:
@@ -161,6 +161,8 @@ pub fn ConcurrentPromiseTask(comptime Context: type) type {
|
||||
}
|
||||
|
||||
pub fn runFromJS(this: This) void {
|
||||
if (comptime JSC.is_bindgen)
|
||||
unreachable;
|
||||
var promise_value = this.promise;
|
||||
var promise = promise_value.asInternalPromise() orelse {
|
||||
if (comptime @hasDecl(Context, "deinit")) {
|
||||
|
||||
Reference in New Issue
Block a user