(level)
| 2681 | } |
| 2682 | Debug.setAssertionLevel = setAssertionLevel; |
| 2683 | function shouldAssert(level) { |
| 2684 | return currentAssertionLevel >= level; |
| 2685 | } |
| 2686 | Debug.shouldAssert = shouldAssert; |
| 2687 | /** |
| 2688 | * Tests whether an assertion function should be executed. If it shouldn't, it is cached and replaced with `ts.noop`. |
no outgoing calls
no test coverage detected