Home
last modified time | relevance | path

Searched refs:maker (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DcircularTypeofWithFunctionModule.types7 function maker (value: string): typeof maker.Bar {
8 >maker : typeof maker
10 >maker.Bar : typeof maker.Bar
11 >maker : typeof maker
12 >Bar : typeof maker.Bar
14 return maker.Bar;
15 >maker.Bar : typeof maker.Bar
16 >maker : typeof maker
17 >Bar : typeof maker.Bar
20 namespace maker {
[all …]
DcircularTypeofWithFunctionModule.symbols7 function maker (value: string): typeof maker.Bar {
8 >maker : Symbol(maker, Decl(circularTypeofWithFunctionModule.ts, 2, 12), Decl(circularTypeofWithFun…
10 >maker.Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17))
11 >maker : Symbol(maker, Decl(circularTypeofWithFunctionModule.ts, 2, 12), Decl(circularTypeofWithFun…
12 >Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17))
14 return maker.Bar;
15 >maker.Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17))
16 >maker : Symbol(maker, Decl(circularTypeofWithFunctionModule.ts, 2, 12), Decl(circularTypeofWithFun…
17 >Bar : Symbol(maker.Bar, Decl(circularTypeofWithFunctionModule.ts, 8, 17))
20 namespace maker {
[all …]
DcircularTypeofWithFunctionModule.js6 function maker (value: string): typeof maker.Bar {
7 return maker.Bar;
10 namespace maker {
37 function maker(value) { function
38 return maker.Bar;
40 (function (maker) { argument
48 maker.Bar = Bar;
49 })(maker || (maker = {}));
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.symbols10 function maker(child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.ts, 1, 20))
DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.symbols10 var maker = function (child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionExpression1.ts, 2, 7))
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.symbols10 var maker = function (child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.ts, 2, 7))
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.symbols10 function maker(child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.ts, 1, 20))
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.types4 >function (person: string, person2: string) { var unused = 20; function maker(child: string):…
12 function maker(child: string): void {
13 >maker : (child: string) => void
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression2.types4 >function (person: string, person2: string) { var unused = 20; function maker(child: string):…
12 function maker(child: string): void {
13 >maker : (child: string) => void
DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.types4 >function (person: string, person2: string) { var unused = 20; var maker = function (child: s…
12 var maker = function (child: string): void {
13 >maker : (child: string) => void
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.symbols10 var maker = function(child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.ts, 2, 7))
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.symbols10 function maker(child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.ts, 1, 20))
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression2.symbols10 function maker(child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionDeclarationWithinFunctionExpression2.ts, 1, 20))
DunusedLocalsOnFunctionExpressionWithinFunctionExpression2.symbols10 var maker = function (child: string): void {
11 >maker : Symbol(maker, Decl(unusedLocalsOnFunctionExpressionWithinFunctionExpression2.ts, 2, 7))
DunusedLocalsOnFunctionExpressionWithinFunctionExpression2.types4 >function (person: string, person2: string) { var unused = 20; var maker = function (child: s…
12 var maker = function (child: string): void {
13 >maker : (child: string) => void
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.errors.txt4 …lsOnFunctionDeclarationWithinFunctionExpression1.ts(3,14): error TS6133: 'maker' is declared but i…
18 function maker(child: string): void {
20 !!! error TS6133: 'maker' is declared but its value is never read.
DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.errors.txt4 …calsOnFunctionExpressionWithinFunctionExpression1.ts(3,9): error TS6133: 'maker' is declared but i…
18 var maker = function (child: string): void {
20 !!! error TS6133: 'maker' is declared but its value is never read.
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.errors.txt4 …sOnFunctionDeclarationWithinFunctionDeclaration1.ts(3,14): error TS6133: 'maker' is declared but i…
18 function maker(child: string): void {
20 !!! error TS6133: 'maker' is declared but its value is never read.
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.errors.txt4 …alsOnFunctionExpressionWithinFunctionDeclaration1.ts(3,9): error TS6133: 'maker' is declared but i…
18 var maker = function (child: string): void {
20 !!! error TS6133: 'maker' is declared but its value is never read.
DunusedLocalsOnFunctionDeclarationWithinFunctionExpression1.js4 function maker(child: string): void {
13 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.js4 var maker = function (child: string): void {
13 var maker = function (child) { function
DunusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.js4 function maker(child: string): void {
13 function maker(child) { function
DunusedLocalsOnFunctionExpressionWithinFunctionExpression1.js4 var maker = function (child: string): void {
13 var maker = function (child) { function
/third_party/python/Lib/lib2to3/fixes/
Dfix_set_literal.py43 maker = pytree.Node(syms.dictsetmaker, literal)
44 maker.prefix = node.prefix
47 if len(maker.children) == 4:
48 n = maker.children[2]
50 maker.children[-1].prefix = n.prefix
53 return maker
/third_party/typescript/tests/cases/compiler/
DcircularTypeofWithFunctionModule.ts5 function maker (value: string): typeof maker.Bar { function
6 return maker.Bar;
9 namespace maker { namespace

12345