Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinstantiatedTypeAliasDisplay.ts29 type Z<A, B> = X<A> | Y<B>; alias
DnarrowingDestructuring.ts46 type Z = { kind: "f", f: { a: number, b: string, c: number } } alias
DnameCollision.ts48 let Z = 12; variable
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.ts181 type Z = X | Y; alias
DenumBasics.ts79 X = 'foo'.length, Y = 4 + 3, Z = +'foo' enumerator
84 X = 0, Y, Z = 'foo'.length enumerator
DtypeGuardIntersectionTypes.ts29 interface Z { interface
DbestCommonTypeWithOptionalProperties.ts23 interface Z extends X { bar: string } interface
DmappedTypes4.ts113 type Z = { a: number }; alias
DintersectionTypeMembers.ts48 interface Z { x: C } interface
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js9717 Z = (t, e, i, s, n) => { function