Upgrade v8

Depends on https://github.com/lightpanda-io/zig-v8-fork/pull/93
This commit is contained in:
Karl Seguin
2025-09-10 16:25:58 +08:00
parent 44c072dcbb
commit 1bd1f123a3
2 changed files with 5 additions and 5 deletions

View File

@@ -210,8 +210,8 @@ test "JS: object types" {
defer runner.deinit();
// v8 has 5 default "own" properties
const own_base = "5";
// v8 has 3 default "own" properties
const own_base = "3";
try runner.testCases(&.{
.{ "Object.getOwnPropertyNames(MyObject).length;", own_base },