[gjs/mozjs102: 55/59] js: Remove hasInstance member from JSClassOps




commit e44eb3fc4b8825a6bb5a0527f6629ee40a7b9475
Author: Evan Welsh <contact evanwelsh com>
Date:   Fri Jul 22 10:36:47 2022 -0700

    js: Remove hasInstance member from JSClassOps

 gi/boxed.cpp       | 1 -
 gi/fundamental.cpp | 1 -
 gi/object.cpp      | 1 -
 3 files changed, 3 deletions(-)
---
diff --git a/gi/boxed.cpp b/gi/boxed.cpp
index 88b4699ed..e92fffe86 100644
--- a/gi/boxed.cpp
+++ b/gi/boxed.cpp
@@ -760,7 +760,6 @@ const struct JSClassOps BoxedBase::class_ops = {
     nullptr,  // mayResolve
     &BoxedBase::finalize,
     nullptr,  // call
-    nullptr,  // hasInstance
     nullptr,  // construct
     &BoxedBase::trace
 };
diff --git a/gi/fundamental.cpp b/gi/fundamental.cpp
index 956b7303c..78be6f7b4 100644
--- a/gi/fundamental.cpp
+++ b/gi/fundamental.cpp
@@ -242,7 +242,6 @@ const struct JSClassOps FundamentalBase::class_ops = {
     nullptr,  // mayResolve
     &FundamentalBase::finalize,
     nullptr,  // call
-    nullptr,  // hasInstance
     nullptr,  // construct
     &FundamentalBase::trace
 };
diff --git a/gi/object.cpp b/gi/object.cpp
index debe80083..a4292f32f 100644
--- a/gi/object.cpp
+++ b/gi/object.cpp
@@ -2531,7 +2531,6 @@ const struct JSClassOps ObjectBase::class_ops = {
     &ObjectBase::finalize,
     NULL,
     NULL,
-    NULL,
     &ObjectBase::trace,
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]