Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts146 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