Home
last modified time | relevance | path

Searched refs:currentAssertionLevel (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Ddebug.ts29 let currentAssertionLevel = AssertionLevel.None; variable
76 return currentAssertionLevel;
80 const prevAssertionLevel = currentAssertionLevel;
81 currentAssertionLevel = level;
96 return currentAssertionLevel >= level;
/third_party/typescript/lib/
Dtsc.js2079 var currentAssertionLevel = 0;
2120 return currentAssertionLevel;
2124 var prevAssertionLevel = currentAssertionLevel;
2125 currentAssertionLevel = level;
2139 return currentAssertionLevel >= level;
DtypingsInstaller.js2478 var currentAssertionLevel = 0 /* AssertionLevel.None */;
2519 return currentAssertionLevel;
2523 var prevAssertionLevel = currentAssertionLevel;
2524 currentAssertionLevel = level;
2539 return currentAssertionLevel >= level;