Searched refs:currentAssertionLevel (Results 1 – 3 of 3) sorted by relevance
29 let currentAssertionLevel = AssertionLevel.None; variable76 return currentAssertionLevel;80 const prevAssertionLevel = currentAssertionLevel;81 currentAssertionLevel = level;96 return currentAssertionLevel >= level;
2079 var currentAssertionLevel = 0;2120 return currentAssertionLevel;2124 var prevAssertionLevel = currentAssertionLevel;2125 currentAssertionLevel = level;2139 return currentAssertionLevel >= level;
2478 var currentAssertionLevel = 0 /* AssertionLevel.None */;2519 return currentAssertionLevel;2523 var prevAssertionLevel = currentAssertionLevel;2524 currentAssertionLevel = level;2539 return currentAssertionLevel >= level;