/third_party/typescript/tests/baselines/reference/ |
D | objectLiteralWidened.types | 18 >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 …]
|
D | emitDefaultParametersFunctionExpressionES6.types | 37 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
|
D | emitDefaultParametersFunctionExpression.types | 37 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
|
D | emitDefaultParametersFunctionExpression.js | 8 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; }
|
D | aliasErrors.js | 5 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;
|
D | aliasBug.js | 6 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;
|
D | excessPropertyChecksWithNestedIntersections.types | 176 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
|
D | aliasErrors.types | 8 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
|
D | aliasErrors.symbols | 8 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))
|
D | emitDefaultParametersFunctionExpressionES6.symbols | 27 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))
|
D | emitDefaultParametersFunctionExpression.symbols | 27 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))
|
D | es6ClassTest.symbols | 40 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))
|
D | emitDefaultParametersFunctionExpressionES6.js | 8 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);
|
D | objectLiteralWidened.js | 13 boo: undefined property 31 boo: u property 45 boo: undefined property 59 boo: u property
|
D | objectLiteralWidened.symbols | 27 boo: undefined 28 >boo : Symbol(boo, Decl(objectLiteralWidened.ts, 10, 18)) 68 boo: u 69 >boo : Symbol(boo, Decl(objectLiteralWidened.ts, 28, 15))
|
D | typedefTagWrapping.symbols | 29 * 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))
|
D | typedefTagWrapping.types | 30 * 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
|
D | es6ClassTest.types | 43 private boo(); 44 >boo : () => any 46 private boo(x?) { return x; } 47 >boo : () => any 102 private boo(); 103 >boo : () => any
|
D | staticsInAFunction.symbols | 2 function boo{ 3 >boo : Symbol(boo, Decl(staticsInAFunction.ts, 0, 0))
|
D | overloadingStaticFunctionsInFunctions.symbols | 2 function boo { 3 >boo : Symbol(boo, Decl(overloadingStaticFunctionsInFunctions.ts, 0, 0))
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/with_lock_guard/ |
D | with_lock_guard_bind.cpp | 66 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/ |
D | any5_1_4.err | 1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
|
D | any5_1_1.err | 1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
|
D | any5_1_6.err | 1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ClassTest.ts | 19 private boo(); method in Foo 20 private boo(x?) { return x; } 41 private boo();
|