| 94 | } |
| 95 | |
| 96 | void Configuration::SetAttachDebugger(bool val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie) |
| 97 | { |
| 98 | HandleUserWrite("AttachDebugger", &Configuration::AttachDebugger, val, m_ReadOnly); |
| 99 | } |
| 100 | |
| 101 | String Configuration::GetCacheDir() const |
| 102 | { |
nothing calls this directly
no test coverage detected