(options, host)
| 146819 | var formatting; |
| 146820 | (function (formatting) { |
| 146821 | function getFormatContext(options, host) { |
| 146822 | return { options: options, getRules: getRulesMap(), host: host }; |
| 146823 | } |
| 146824 | formatting.getFormatContext = getFormatContext; |
| 146825 | var rulesMapCache; |
| 146826 | function getRulesMap() { |
nothing calls this directly
no test coverage detected