Searched refs:notString (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
D | test-util-deprecate-invalid-code.js | 7 [1, true, false, null, {}].forEach((notString) => { 8 assert.throws(() => util.deprecate(() => {}, 'message', notString), { 12 common.invalidArgTypeHelper(notString)
|
/third_party/typescript/tests/baselines/reference/ |
D | varianceAnnotations.js | 137 const notString: Parent<string> = pu; // Error constant 199 var notString = pu; // Error variable 305 declare const notString: Parent<string>;
|
D | varianceAnnotations.types | 287 const notString: Parent<string> = pu; // Error 288 >notString : Parent<string>
|
D | varianceAnnotations.symbols | 374 const notString: Parent<string> = pu; // Error 375 >notString : Symbol(notString, Decl(varianceAnnotations.ts, 135, 5))
|
D | varianceAnnotations.errors.txt | 290 const notString: Parent<string> = pu; // Error
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 139 const notString: Parent<string> = pu; // Error constant
|