Searched refs:assertIsExternal (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/ |
| D | programApi.ts | 146 assertIsExternal(program, [a, bar, barFooIndex, fooIndex], f => f !== a); 154 assertIsExternal(program, [a, fooIndex], f => f !== a); 157 …function assertIsExternal(program: Program, files: readonly documents.TextDocument[], isExternalEx… function
|