Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnarrowingByTypeofInSwitch.ts36 function assertString(x: string) { function
123 case 'string': assertString(x);
125 AssertType(assertString(x), "string");
126 AssertType(assertString, "(string) => string");
183 case 'string': assertString(x);
185 AssertType(assertString(x), "string");
186 AssertType(assertString, "(string) => string");
243 case 'string': assertString(x);
245 AssertType(assertString(x), "string");
246 AssertType(assertString, "(string) => string");
[all …]