mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
remove debug statement
This commit is contained in:
@@ -97,8 +97,6 @@ test "JS: object types" {
|
||||
// v8 has 5 default "own" properties
|
||||
const own_base = "5";
|
||||
|
||||
std.debug.print("MASKING: {d} {d}\n", .{@import("v8").PropertyHandlerFlags.OnlyInterceptStrings, @import("v8").PropertyHandlerFlags.NonMasking});
|
||||
|
||||
try runner.testCases(&.{
|
||||
.{ "Object.getOwnPropertyNames(MyObject).length;", own_base },
|
||||
.{ "let myObj = new MyObject(true);", "undefined" },
|
||||
|
||||
Reference in New Issue
Block a user