| 1454 | } |
| 1455 | |
| 1456 | class EnvironmentSettingsObjectBase { |
| 1457 | get baseUrl () { |
| 1458 | return getGlobalOrigin() |
| 1459 | } |
| 1460 | |
| 1461 | get origin () { |
| 1462 | return this.baseUrl?.origin |
| 1463 | } |
| 1464 | |
| 1465 | policyContainer = makePolicyContainer() |
| 1466 | } |
| 1467 | |
| 1468 | class EnvironmentSettingsObject { |
| 1469 | settingsObject = new EnvironmentSettingsObjectBase() |
nothing calls this directly
no test coverage detected