mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
pointer type
This commit is contained in:
@@ -1772,7 +1772,7 @@ pub const DescribeScope = struct {
|
||||
var scope = allocator.create(DescribeScope) catch unreachable;
|
||||
scope.* = .{
|
||||
.label = (label.toSlice(allocator).cloneIfNeeded(allocator) catch unreachable).slice(),
|
||||
.parent = active orelse this,
|
||||
.parent = active,
|
||||
.file_id = this.file_id,
|
||||
};
|
||||
var new_this = DescribeScope.Class.make(ctx, scope);
|
||||
|
||||
Reference in New Issue
Block a user