Home
last modified time | relevance | path

Searched defs:testFunction1 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-common-must-not-call.js9 const testFunction1 = common.mustNotCall(message); constant
/third_party/typescript/tests/cases/compiler/
DerrorsInGenericTypeReference.ts31 function testFunction1(): Foo<{ x: V }> { return null; } // error: could not find symbol V function
/third_party/typescript/tests/baselines/reference/
DerrorsInGenericTypeReference.js126 function testFunction1() { return null; } // error: could not find symbol V function