mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
[bun.js] Implement Blob
This commit is contained in:
@@ -391,6 +391,7 @@ pub const ArgumentsSlice = struct {
|
||||
remaining: []const JSC.JSValue,
|
||||
arena: std.heap.ArenaAllocator = std.heap.ArenaAllocator.init(bun.default_allocator),
|
||||
all: []const JSC.JSValue,
|
||||
threw: bool = false,
|
||||
|
||||
pub fn from(arguments: []const JSC.JSValueRef) ArgumentsSlice {
|
||||
return init(@ptrCast([*]const JSC.JSValue, arguments.ptr)[0..arguments.len]);
|
||||
|
||||
Reference in New Issue
Block a user