File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 .fingerprint = 0xda130f3af836cea0 ,
66 .dependencies = .{
77 .v8 = .{
8- .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/d3040a953e5a37290dae20e7ddf138b7aeb5e67d .tar.gz" ,
9- .hash = "v8-0.0.0-xddH6w_EAwA8vK0NAxfxfI7IcbnpkUAcXKNujn7qwnmY " ,
8+ .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/bad207becebbf3760b80714277002f6fc2ac2d7b .tar.gz" ,
9+ .hash = "v8-0.0.0-xddH6-PBAwD-PIIBTMgUv9ZfAMyCfGeXg61moiNN4qwV " ,
1010 },
11- //.v8 = .{ .path = "../zig-v8-fork" }
11+ // .v8 = .{ .path = "../zig-v8-fork" }
1212 },
1313}
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ test "JS: object types" {
210210
211211 defer runner .deinit ();
212212
213- // v8 has 5 default "own" properties
214- const own_base = "5 " ;
213+ // v8 has 3 default "own" properties
214+ const own_base = "3 " ;
215215
216216 try runner .testCases (&.{
217217 .{ "Object.getOwnPropertyNames(MyObject).length;" , own_base },
You can’t perform that action at this time.
0 commit comments