(mode)
| 27102 | _themeState.loadStyles = loadStylesFn; |
| 27103 | } |
| 27104 | function configureRunMode(mode) { |
| 27105 | _themeState.runState.mode = mode; |
| 27106 | } |
| 27107 | function flush() { |
| 27108 | measure(function() { |
| 27109 | var styleArrays = _themeState.runState.buffer.slice(); |
nothing calls this directly
no outgoing calls
no test coverage detected