()
| 430 | } |
| 431 | |
| 432 | toProxy() { |
| 433 | if (!this.proxyCache) { |
| 434 | this.proxyCache = new Proxy(this, this.getProxyProcessor()) |
| 435 | } |
| 436 | return this.proxyCache |
| 437 | } |
| 438 | |
| 439 | toString(stringifier = stringify) { |
| 440 | if (stringifier.stringify) stringifier = stringifier.stringify |
no test coverage detected