Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-common-must-not-call.js11 const testFunction2 = common.mustNotCall(message); constant
/third_party/typescript/tests/cases/compiler/
DerrorsInGenericTypeReference.ts35 function testFunction2(p: Foo<{ x: V }>) { }// error: could not find symbol V function
/third_party/typescript/tests/baselines/reference/
DerrorsInGenericTypeReference.js128 function testFunction2(p) { } // error: could not find symbol V function