(e3)
| 5947 | for (const e4 in this._core.options) { |
| 5948 | const s2 = { get: t3.bind(this, e4), set: i2.bind(this, e4) }; |
| 5949 | Object.defineProperty(this._publicOptions, e4, s2); |
| 5950 | } |
| 5951 | } |
| 5952 | _checkReadonlyOptions(e3) { |
| 5953 | if (l.includes(e3)) throw new Error(`Option "${e3}" can only be set in the constructor`); |
| 5954 | } |