Home
last modified time | relevance | path

Searched refs:Foo3 (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DmoduleAndInterfaceWithSameName.js24 module Foo3 {
50 var Foo3; variable
51 (function (Foo3) { argument
55 })(Bar = Foo3.Bar || (Foo3.Bar = {}));
56 })(Foo3 || (Foo3 = {}));
DesModuleInteropTslibHelpers.js16 export class Foo3 { } class
51 exports.Foo3 = void 0;
55 var Foo3 = /** @class */ (function () {
56 function Foo3() { class in Foo3
58 return Foo3;
60 exports.Foo3 = Foo3;
DvarianceMeasurement.types53 type Foo3<T> = {
54 >Foo3 : Foo3<T>
59 y: Foo3<(arg: T) => void>;
60 >y : Foo3<(arg: T) => void>
64 declare const f30: Foo3<string>;
65 >f30 : Foo3<string>
67 const f31: Foo3<'a'> = f30;
68 >f31 : Foo3<"a">
69 >f30 : Foo3<string>
71 const f32: Foo3<unknown> = f30;
[all …]
DinterfaceThatInheritsFromItself.symbols14 interface Foo3<T> extends Foo3<string> { // error
15 >Foo3 : Symbol(Foo3, Decl(interfaceThatInheritsFromItself.ts, 4, 1))
17 >Foo3 : Symbol(Foo3, Decl(interfaceThatInheritsFromItself.ts, 4, 1))
DimportDeclFromTypeNodeInJsSource.js43 export class Foo3 extends d { class
53 exports.Foo4 = exports.Foo3 = exports.Foo2 = exports.Foo = void 0;
63 class Foo3 extends nestNamespaceModule_1.d {
65 exports.Foo3 = Foo3;
76 export class Foo3 extends d {
DesModuleInteropNamedDefaultImports.symbols16 import { Bar, default as Foo3 } from "./mod";
19 >Foo3 : Symbol(Foo3, Decl(idx.ts, 2, 13))
30 new Foo3();
31 >Foo3 : Symbol(Foo3, Decl(idx.ts, 2, 13))
DesModuleInteropNamedDefaultImports.types16 import { Bar, default as Foo3 } from "./mod";
19 >Foo3 : typeof Foo
33 new Foo3();
34 >new Foo3() : Foo
35 >Foo3 : typeof Foo
Dparser509668.js2 class Foo3 { class
8 var Foo3 = /** @class */ (function () {
10 function Foo3() { class in Foo3
17 return Foo3;
Dparser509668.symbols2 class Foo3 {
3 >Foo3 : Symbol(Foo3, Decl(parser509668.ts, 0, 0))
7 >args : Symbol(Foo3.args, Decl(parser509668.ts, 2, 15))
DthisInSuperCall.js19 class Foo3 extends Base { class
63 var Foo3 = /** @class */ (function (_super) {
64 __extends(Foo3, _super);
65 function Foo3(p) { class in Foo3
70 return Foo3;
DvarArgConstructorMemberParameter.js10 class Foo3 { class
31 var Foo3 = /** @class */ (function () {
32 function Foo3() { class in Foo3
39 return Foo3;
DexportAssignNonIdentifier.types15 export = class Foo3 {}; // Error, not an expression
16 >class Foo3 {} : typeof Foo3
17 >Foo3 : typeof Foo3
DvarianceMeasurement.symbols72 type Foo3<T> = {
73 >Foo3 : Symbol(Foo3, Decl(varianceMeasurement.ts, 21, 31))
80 y: Foo3<(arg: T) => void>;
82 >Foo3 : Symbol(Foo3, Decl(varianceMeasurement.ts, 21, 31))
87 declare const f30: Foo3<string>;
89 >Foo3 : Symbol(Foo3, Decl(varianceMeasurement.ts, 21, 31))
91 const f31: Foo3<'a'> = f30;
93 >Foo3 : Symbol(Foo3, Decl(varianceMeasurement.ts, 21, 31))
96 const f32: Foo3<unknown> = f30;
98 >Foo3 : Symbol(Foo3, Decl(varianceMeasurement.ts, 21, 31))
DthisInSuperCall.symbols34 class Foo3 extends Base {
35 >Foo3 : Symbol(Foo3, Decl(thisInSuperCall.ts, 15, 1))
39 >p : Symbol(Foo3.p, Decl(thisInSuperCall.ts, 18, 16))
43 >this : Symbol(Foo3, Decl(thisInSuperCall.ts, 15, 1))
DvarArgConstructorMemberParameter.symbols16 class Foo3 {
17 >Foo3 : Symbol(Foo3, Decl(varArgConstructorMemberParameter.ts, 6, 1))
20 >args : Symbol(Foo3.args, Decl(varArgConstructorMemberParameter.ts, 9, 17))
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.js10 class Foo3 { class
48 var Foo3 = /** @class */ (function () {
49 function Foo3(_this) { class in Foo3
56 return Foo3;
DvarianceMeasurement.js28 type Foo3<T> = {
30 y: Foo3<(arg: T) => void>;
33 declare const f30: Foo3<string>;
34 const f31: Foo3<'a'> = f30;
35 const f32: Foo3<unknown> = f30;
DcollisionThisExpressionAndParameter.js57 class Foo3 {
149 var Foo3 = /** @class */ (function () { class
150 function Foo3(_this) { class in Foo3
158 Foo3.prototype.z = function (_this) {
164 return Foo3;
Dparser509668.types2 class Foo3 {
3 >Foo3 : Foo3
DexportAssignNonIdentifier.js11 export = class Foo3 {}; // Error, not an expression class
40 function Foo3() { class
42 return Foo3;
DvarArgConstructorMemberParameter.types16 class Foo3 {
17 >Foo3 : Foo3
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.symbols18 class Foo3 {
19 >Foo3 : Symbol(Foo3, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 6, 1))
22 >_this : Symbol(Foo3._this, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 9,…
29 >this : Symbol(Foo3, Decl(collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts, 6, 1))
/third_party/typescript/tests/cases/compiler/
DvarianceMeasurement.ts29 type Foo3<T> = { alias
31 y: Foo3<(arg: T) => void>;
34 declare const f30: Foo3<string>;
35 const f31: Foo3<'a'> = f30;
36 const f32: Foo3<unknown> = f30;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/components/
Dvertex-input-component.vert20 float3 Foo3 = {};
22 Foo3 = in.m_location_0.xyz;
24 out.gl_Position = float4(Foo3, Foo1);
25 out.Foo = Foo3 + float3(Foo1);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/components/
Dvertex-input-component.vert3 layout(location = 0, component = 0) in vec3 Foo3;
9 gl_Position = vec4(Foo3, Foo1);
10 Foo = Foo3 + Foo1;

1234