Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Des2020.ts26 Debug.assertNotNode(updated, isSyntheticReference);
33 Debug.assertNotNode(updated, isSyntheticReference);
50 Debug.assertNotNode(chain, isNonNullChain);
54 Debug.assertNotNode(chain, isNonNullChain);
77 Debug.assertNotNode(expression, isSyntheticReference);
/third_party/typescript/src/compiler/
Ddebug.ts221 …export function assertNotNode<T extends Node, U extends T>(node: T | undefined, test: (node: Node)… function
222 …export function assertNotNode(node: Node | undefined, test: ((node: Node) => boolean) | undefined,…
223 …export function assertNotNode(node: Node | undefined, test: ((node: Node) => boolean) | undefined,…
229 stackCrawlMark || assertNotNode);
/third_party/typescript/lib/
Dtsc.js2239 function assertNotNode(node, test, message, stackCrawlMark) { function
2241 … not have passed test '").concat(getFunctionName(test), "'."); }, stackCrawlMark || assertNotNode);
2244 Debug.assertNotNode = assertNotNode;
85867 ts.Debug.assertNotNode(updated, ts.isSyntheticReference);
85874 ts.Debug.assertNotNode(updated, ts.isSyntheticReference);
85890 ts.Debug.assertNotNode(chain, ts.isNonNullChain);
85894 ts.Debug.assertNotNode(chain, ts.isNonNullChain);
85911 ts.Debug.assertNotNode(expression, ts.isSyntheticReference);
DtypingsInstaller.js2646 function assertNotNode(node, test, message, stackCrawlMark) { function
2648 … not have passed test '").concat(getFunctionName(test), "'."); }, stackCrawlMark || assertNotNode);
2651 Debug.assertNotNode = assertNotNode;
102303 ts.Debug.assertNotNode(updated, ts.isSyntheticReference);
102310 ts.Debug.assertNotNode(updated, ts.isSyntheticReference);
102326 ts.Debug.assertNotNode(chain, ts.isNonNullChain);
102330 ts.Debug.assertNotNode(chain, ts.isNonNullChain);
102350 ts.Debug.assertNotNode(expression, ts.isSyntheticReference);