Searched defs:idlType (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | narrowingByDiscriminantInLoop.ts | 17 idlType: IDLTypeDescription; property 22 idlType: string; property
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | webidl2.js | 200 idlType: null, property 335 … ret.idlType.push(Object.assign({ type: typeName }, EMPTY_IDLTYPE, { idlType: keyType.value })); property 373 …const ret = Object.assign({ type: typeName || null }, EMPTY_IDLTYPE, { union: true, idlType: [] }); property 512 ret.idlType = Object.assign({ type: "const-type" }, EMPTY_IDLTYPE, { idlType: typ }); property 606 return Object.assign({ type: "return-type" }, EMPTY_IDLTYPE, { idlType: "void" }); property 676 const ret = { type: null, idlType: null, readonly: false }; property 835 idlType: typ, property
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsClassAccessor.ts | 10 idlType: any; property
|