Home
last modified time | relevance | path

Searched refs:boo (Results 1 - 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowForIndexSignatures.js3 const boo: Foo = { bar: 'bar' };
7 const aboo2: { [key: string]: typeof aboo1.bar } = boo;
12 const bboo: { [key: string]: typeof b.bar } = boo;
14 b = boo;
15 const bboo: { [key: string]: typeof b.bar } = boo;
26 var boo = { bar: 'bar' };
30 var aboo2 = boo;
33 var bboo_1 = boo;
35 b = boo;
36 var bboo = boo;
[all...]
H A DemitDefaultParametersFunctionExpression.js8 var y = (function (num = 10, boo = false, ...rest) { })()
9 var z = (function (num: number, boo = false, ...rest) { })(10)
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; }
H A DaliasErrors.js5 export module bar { export module baz {export class boo {}}}
24 beez.baz.boo;
46 var boo = /** @class */ (function () {
47 function boo() {
49 return boo;
51 baz.boo = boo;
66 beez.baz.boo;
H A DaliasBug.js6 export module bar { export module baz {export class boo {}}}
35 var boo = /** @class */ (function () {
36 function boo() {
38 return boo;
40 baz.boo = boo;
H A DemitDefaultParametersFunctionExpressionES6.js8 var y = (function (num = 10, boo = false, ...rest) { })()
9 var z = (function (num: number, boo = false, ...rest) { })(10)
17 var y = (function (num = 10, boo = false, ...rest) { })();
18 var z = (function (num, boo = false, ...rest) { })(10);
H A DobjectLiteralWidened.js13 boo: undefined
31 boo: u
45 boo: undefined
59 boo: u
H A DexcessPropertyChecksWithNestedIntersections.js69 test = { foo: true, bar: true, boo: true }
71 test = { foo: true, bar: { foo: true, bar: true, boo: true } }
100 test = { foo: true, bar: true, boo: true };
101 test = { foo: true, bar: { foo: true, bar: true, boo: true } };
H A DstaticsInAFunction.js2 function boo{ function
10 function boo() {
H A DoverloadingStaticFunctionsInFunctions.js2 function boo { function
9 function boo() {
H A DprototypeInstantiatedWithBaseConstraint.js6 C.prototype.x.boo; // No error, prototype is instantiated to any
14 C.prototype.x.boo; // No error, prototype is instantiated to any
H A DmultiModuleClodule1.js6 static boo() { }
27 C.boo = function () { };
H A DfunctionExpressionContextualTyping1.js34 var b3: (name: string, num: number, boo: boolean) => void;
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_set_function_control_test.cpp43 OpName %21 "boo(i1;i1;" in TEST()
183 OpName %21 "boo(i1;i1;" in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_set_function_control_test.cpp43 OpName %21 "boo(i1;i1;" in TEST()
183 OpName %21 "boo(i1;i1;" in TEST()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_set_function_control_test.cpp43 OpName %21 "boo(i1;i1;" in TEST()
186 OpName %21 "boo(i1;i1;" in TEST()
/third_party/json/docs/examples/
H A Ddiff.cpp21 "baz": "boo", in main()
H A Dpatch_inplace.cpp21 { "op": "replace", "path": "/baz", "value": "boo" }, in main()
H A Dpatch.cpp21 { "op": "replace", "path": "/baz", "value": "boo" }, in main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Djsval_layout_opaque.hpp293 uint32_t boo; // Don't use |bool| -- it must be four bytes. member
342 uint32_t boo; // Don't use |bool| -- it must be four bytes. member
H A Djsval_layout_opaque_1_0.hpp293 uint32_t boo; // Don't use |bool| -- it must be four bytes. member
342 uint32_t boo; // Don't use |bool| -- it must be four bytes. member
/third_party/json/tests/src/
H A Dunit-json_patch.cpp208 { "op": "replace", "path": "/baz", "value": "boo" }
214 "baz": "boo",
1033 { "op": "replace", "path": "/baz", "value": "boo" },
1042 "baz": "boo",
H A Dunit-readme.cpp278 { "op": "replace", "path": "/baz", "value": "boo" },
286 // "baz": "boo",
/third_party/python/Lib/test/
H A Dtest_descr.py906 def boo(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
909 self.assertEqual(B().boo(), "B")
911 def boo(self): return "C" member in ClassPropertiesAndMethods.test_diamond_inheritance.C
913 self.assertEqual(C().boo(), "C")
916 self.assertEqual(D().boo(), "B")
920 self.assertEqual(E().boo(), "C")
1997 boo = C.foo variable in .test_methods.D
2001 self.assertEqual(d2.boo(), 2)
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1650 my $result = $boo + 12; # $boo is misspelled and should be $foo
1651 # No error is raised on `$boo'
1681 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1685 The code in the second fragment would fail, because C<$boo> has not
1720 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1724 The code in the second fragment would fail, because C<$boo> has not
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1650 my $result = $boo + 12; # $boo is misspelled and should be $foo
1651 # No error is raised on `$boo'
1681 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1685 The code in the second fragment would fail, because C<$boo> has not
1720 { my $result = $boo + 12; # $boo is misspelled and should be $foo
1724 The code in the second fragment would fail, because C<$boo> has not

Completed in 22 milliseconds

12