Home
last modified time | relevance | path

Searched defs:ExpectType (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DindexingTypesWithNever.ts59 type ExpectType<Exp, Act> = Match<Exp, Act> extends "Match" alias
/third_party/node/deps/v8/src/torque/
Dinstructions.cc25 void ExpectType(const Type* expected, const Type* actual) { in ExpectType() function