Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessUtils.ts268 export function assertStructuralEquals(node1: ts.Node, node2: ts.Node) { function
289 assertStructuralEquals(child1, child2);
311 assertStructuralEquals(array1[i], array2[i]);
DfourslashImpl.ts2274 Utils.assertStructuralEquals(incrementalSourceFile, referenceSourceFile);
/third_party/typescript/src/testRunner/unittests/
DincrementalParser.ts58 Utils.assertStructuralEquals(newTree, incrementalNewTree);