Home
last modified time | relevance | path

Searched refs:boo (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DobjectLiteralWidened.types18 >y1 : { foo: any; bar: { baz: any; boo: any; }; }
19 … foo: null, bar: { baz: null, boo: undefined }} : { foo: null; bar: { baz: nu…
26 >bar : { baz: null; boo: undefined; }
27 >{ baz: null, boo: undefined } : { baz: null; boo: undefined; }
33 boo: undefined
34 >boo : undefined
64 >y2 : { foo: null; bar: { baz: null; boo: undefined; }; }
65 >{ foo: n, bar: { baz: n, boo: u }} : { foo: null; bar: { baz: null; boo: un…
72 >bar : { baz: null; boo: undefined; }
73 >{ baz: n, boo: u } : { baz: null; boo: undefined; }
[all …]
DemitDefaultParametersFunctionExpressionES6.types37 var y = (function (num = 10, boo = false, ...rest) { })()
39 >(function (num = 10, boo = false, ...rest) { })() : void
40 >(function (num = 10, boo = false, ...rest) { }) : (num?: number, boo?: boolean) => void
41 >function (num = 10, boo = false, ...rest) { } : (num?: number, boo?: boolean) => void
44 >boo : boolean
48 var z = (function (num: number, boo = false, ...rest) { })(10)
50 >(function (num: number, boo = false, ...rest) { })(10) : void
51 >(function (num: number, boo = false, ...rest) { }) : (num: number, boo?: boolean) => void
52 >function (num: number, boo = false, ...rest) { } : (num: number, boo?: boolean) => void
54 >boo : boolean
DemitDefaultParametersFunctionExpression.types37 var y = (function (num = 10, boo = false, ...rest) { })()
39 >(function (num = 10, boo = false, ...rest) { })() : void
40 >(function (num = 10, boo = false, ...rest) { }) : (num?: number, boo?: boolean) => void
41 >function (num = 10, boo = false, ...rest) { } : (num?: number, boo?: boolean) => void
44 >boo : boolean
48 var z = (function (num: number, boo = false, ...rest) { })(10)
50 >(function (num: number, boo = false, ...rest) { })(10) : void
51 >(function (num: number, boo = false, ...rest) { }) : (num: number, boo?: boolean) => void
52 >function (num: number, boo = false, ...rest) { } : (num: number, boo?: boolean) => void
54 >boo : boolean
DemitDefaultParametersFunctionExpression.js8 var y = (function (num = 10, boo = false, ...rest) { })() argument
9 var z = (function (num: number, boo = false, ...rest) { })(10) argument
40 var y = (function (num, boo) {
42 if (boo === void 0) { boo = false; }
48 var z = (function (num, boo) {
49 if (boo === void 0) { boo = false; }
DaliasErrors.js5 export module bar { export module baz {export class boo {}}}
24 beez.baz.boo;
46 var boo = /** @class */ (function () { function
47 function boo() { function
49 return boo;
51 baz.boo = boo;
66 beez.baz.boo;
DaliasBug.js6 export module bar { export module baz {export class boo {}}}
35 var boo = /** @class */ (function () { function
36 function boo() { function
38 return boo;
40 baz.boo = boo;
DexcessPropertyChecksWithNestedIntersections.types176 test = { foo: true, bar: true, boo: true }
177 >test = { foo: true, bar: true, boo: true } : { foo: true; bar: true; boo: boolean; }
179 >{ foo: true, bar: true, boo: true } : { foo: true; bar: true; boo: boolean; }
184 >boo : boolean
187 test = { foo: true, bar: { foo: true, bar: true, boo: true } }
188 …t = { foo: true, bar: { foo: true, bar: true, boo: true } } : { foo: true; bar: { foo: true; bar: …
190 >{ foo: true, bar: { foo: true, bar: true, boo: true } } : { foo: true; bar: { foo: true; bar: true…
193 >bar : { foo: true; bar: true; boo: boolean; }
194 >{ foo: true, bar: true, boo: true } : { foo: true; bar: true; boo: boolean; }
199 >boo : boolean
DaliasErrors.types8 export module bar { export module baz {export class boo {}}}
11 >boo : boo
68 beez.baz.boo;
69 >beez.baz.boo : typeof booz.boo
73 >boo : typeof booz.boo
DaliasErrors.symbols8 export module bar { export module baz {export class boo {}}}
11 >boo : Symbol(boo, Decl(aliasErrors.ts, 3, 43))
57 beez.baz.boo;
58 >beez.baz.boo : Symbol(booz.boo, Decl(aliasErrors.ts, 3, 43))
62 >boo : Symbol(booz.boo, Decl(aliasErrors.ts, 3, 43))
DemitDefaultParametersFunctionExpressionES6.symbols27 var y = (function (num = 10, boo = false, ...rest) { })()
30 >boo : Symbol(boo, Decl(emitDefaultParametersFunctionExpressionES6.ts, 6, 28))
33 var z = (function (num: number, boo = false, ...rest) { })(10)
36 >boo : Symbol(boo, Decl(emitDefaultParametersFunctionExpressionES6.ts, 7, 31))
DemitDefaultParametersFunctionExpression.symbols27 var y = (function (num = 10, boo = false, ...rest) { })()
30 >boo : Symbol(boo, Decl(emitDefaultParametersFunctionExpression.ts, 6, 28))
33 var z = (function (num: number, boo = false, ...rest) { })(10)
36 >boo : Symbol(boo, Decl(emitDefaultParametersFunctionExpression.ts, 7, 31))
Des6ClassTest.symbols40 private boo();
41 >boo : Symbol(Foo.boo, Decl(es6ClassTest.ts, 16, 20), Decl(es6ClassTest.ts, 18, 15))
43 private boo(x?) { return x; }
44 >boo : Symbol(Foo.boo, Decl(es6ClassTest.ts, 16, 20), Decl(es6ClassTest.ts, 18, 15))
92 private boo();
93 >boo : Symbol(Provide.boo, Decl(es6ClassTest.ts, 38, 16))
DemitDefaultParametersFunctionExpressionES6.js8 var y = (function (num = 10, boo = false, ...rest) { })() argument
9 var z = (function (num: number, boo = false, ...rest) { })(10) argument
17 var y = (function (num = 10, boo = false, ...rest) { })();
18 var z = (function (num, boo = false, ...rest) { })(10);
DobjectLiteralWidened.js13 boo: undefined property
31 boo: u property
45 boo: undefined property
59 boo: u property
DobjectLiteralWidened.symbols27 boo: undefined
28 >boo : Symbol(boo, Decl(objectLiteralWidened.ts, 10, 18))
68 boo: u
69 >boo : Symbol(boo, Decl(objectLiteralWidened.ts, 28, 15))
DtypedefTagWrapping.symbols29 * boo: boolean
42 return obj.boo ? obj.num : obj.str;
43 >obj.boo : Symbol(boo, Decl(mod2.js, 3, 17))
45 >boo : Symbol(boo, Decl(mod2.js, 3, 17))
122 * boo:
136 return obj.boo ? obj.num : obj.str;
137 >obj.boo : Symbol(boo, Decl(mod5.js, 5, 12))
139 >boo : Symbol(boo, Decl(mod5.js, 5, 12))
DtypedefTagWrapping.types30 * boo: boolean
43 return obj.boo ? obj.num : obj.str;
44 >obj.boo ? obj.num : obj.str : string | number
45 >obj.boo : boolean
47 >boo : boolean
126 * boo:
140 return obj.boo ? obj.num : obj.str;
141 >obj.boo ? obj.num : obj.str : string | number
142 >obj.boo : boolean
144 >boo : boolean
Des6ClassTest.types43 private boo();
44 >boo : () => any
46 private boo(x?) { return x; }
47 >boo : () => any
102 private boo();
103 >boo : () => any
DstaticsInAFunction.symbols2 function boo{
3 >boo : Symbol(boo, Decl(staticsInAFunction.ts, 0, 0))
DoverloadingStaticFunctionsInFunctions.symbols2 function boo {
3 >boo : Symbol(boo, Decl(overloadingStaticFunctionsInFunctions.ts, 0, 0))
/third_party/boost/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
Dwith_lock_guard_bind.cpp66 Foo boo(3); in test_bind() local
68 m, boost::bind(&Foo::func_ref, boo, boost::ref(a), boost::ref(b), &c) in test_bind()
112 Boo boo(20); in test_bind_non_const() local
116 boost::bind(&Boo::func, boo, 7, 3) in test_bind_non_const()
123 boost::bind(&Boo::func_ref, boo, boost::ref(a)) in test_bind_non_const()
/third_party/libxml2/result/schemas/
Dany5_1_4.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_1.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_6.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
/third_party/typescript/tests/cases/compiler/
Des6ClassTest.ts19 private boo(); method in Foo
20 private boo(x?) { return x; }
41 private boo();

123456