File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1134,6 +1134,7 @@ class Interface {
1134
1134
const { idl, name, namedGetter } = this ;
1135
1135
1136
1136
this . str += `
1137
+
1137
1138
const NamedPropertiesObject = new Proxy(
1138
1139
Object.create(
1139
1140
globalObject.${ idl . inheritance ? idl . inheritance : "Object" } .prototype,
Original file line number Diff line number Diff line change @@ -7597,6 +7597,7 @@ exports.install = function install(globalObject) {
7597
7597
}
7598
7598
}
7599
7599
Object.defineProperties(Window.prototype, { [Symbol.toStringTag]: { value: \\"Window\\", configurable: true } });
7600
+
7600
7601
const NamedPropertiesObject = new Proxy(
7601
7602
Object.create(globalObject.Object.prototype, {
7602
7603
[Symbol.toStringTag]: { value: \\"WindowProperties\\", configurable: true }
@@ -15371,6 +15372,7 @@ exports.install = function install(globalObject) {
15371
15372
}
15372
15373
}
15373
15374
Object.defineProperties(Window.prototype, { [Symbol.toStringTag]: { value: \\"Window\\", configurable: true } });
15375
+
15374
15376
const NamedPropertiesObject = new Proxy(
15375
15377
Object.create(globalObject.Object.prototype, {
15376
15378
[Symbol.toStringTag]: { value: \\"WindowProperties\\", configurable: true }
You can’t perform that action at this time.
0 commit comments