Home
last modified time | relevance | path

Searched refs:notString (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-util-deprecate-invalid-code.js7 [1, true, false, null, {}].forEach((notString) => {
8 assert.throws(() => util.deprecate(() => {}, 'message', notString), {
12 common.invalidArgTypeHelper(notString)
/third_party/typescript/tests/baselines/reference/
DvarianceAnnotations.js137 const notString: Parent<string> = pu; // Error constant
199 var notString = pu; // Error variable
305 declare const notString: Parent<string>;
DvarianceAnnotations.types287 const notString: Parent<string> = pu; // Error
288 >notString : Parent<string>
DvarianceAnnotations.symbols374 const notString: Parent<string> = pu; // Error
375 >notString : Symbol(notString, Decl(varianceAnnotations.ts, 135, 5))
DvarianceAnnotations.errors.txt290 const notString: Parent<string> = pu; // Error
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts139 const notString: Parent<string> = pu; // Error constant