mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
Upgrade v8
Depends on https://github.com/lightpanda-io/zig-v8-fork/pull/93
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user