Home
last modified time | relevance | path

Searched full:foo* (Results 28751 - 28775 of 32560) sorted by relevance

1...<<1151115211531154115511561157115811591160>>...1303

/third_party/typescript/tests/cases/conformance/references/
H A Dlibrary-reference-15.ts8 declare var $: { foo(): void };
11 declare var $2: { foo(): void };
14 $.foo(); // should OK
15 $2.foo(); // should erro
H A Dlibrary-reference-2.ts14 declare var $: { foo(): void };
19 $.foo();
H A Dlibrary-reference-3.ts8 declare var $: { foo(): void };
12 $.foo();
H A Dlibrary-reference-4.ts8 // @filename: /node_modules/foo/index.d.ts
10 declare var foo: any;
12 // @filename: /node_modules/foo/node_modules/alpha/index.d.ts
23 /// <reference types="foo" />
H A Dlibrary-reference-5.ts8 // @filename: /node_modules/foo/index.d.ts
10 declare var foo: any;
12 // @filename: /node_modules/foo/node_modules/alpha/index.d.ts
23 /// <reference types="foo" />
H A Dlibrary-reference-6.ts10 // @filename: /src/foo.ts
H A Dlibrary-reference-7.ts8 declare var $: { foo(): void };
12 $.foo();
H A Dlibrary-reference-8.ts16 // @filename: /test/foo.ts
/third_party/typescript/tests/cases/conformance/salsa/
H A DclassCanExtendConstructorFunction.ts28 this.foonly = 12
48 db.numberOxen = db.foonly
H A DimportAliasModuleExports.ts13 A.prototype.foo = 0
17 new A().foo
H A DinferringClassMembersFromAssignments6.ts7 function Foonly() {
14 Foonly.prototype.mreal = function() {
18 const foo = new Foonly()
19 foo.x
20 foo.y
21 foo.m()
H A DjsContainerMergeTsDeclaration.ts5 var /*1*/x = function foo() {
H A DmoduleExportAliasUnknown.ts6 exports.foo = bar;
H A DmoduleExportAssignment7.ts7 function foo() { return 3 }
13 foo,
22 * @param {import("./mod").foo} c
35 * @param {typeof import("./mod").foo} c
50 c: import('./mod').foo,
62 c: typeof import('./mod').foo,
H A DmoduleExportsAliasLoop2.ts5 const Foo = { min: 3 };
7 exports.fn2 = Foo.min;
H A DnestedPrototypeAssignment.ts9 C.prototype.bar.foo = {};
H A DplainJSGrammarErrors.ts207 function foo() { new.targe }
H A DplainJSGrammarErrors3.ts8 function foo() {
H A DpropertyAssignmentUseParentType3.ts3 function foo1(): number {
6 foo1.toFixed = "";
8 function foo2(): any[] {
11 foo2.join = "";
13 function foo3(): string {
16 foo3.trim = "";
18 function foo4(): ({x: number}) {
21 foo4.x = "456";
H A DprototypePropertyAssignmentMergeAcrossFiles.ts10 C.prototype.foo = function() { return this.a }
H A DsourceFileMergeWithFunction.ts2 declare function foo(props: any): any;
3 export default foo;
4 export as namespace foo;
6 // @Filename: foo.ts
8 declare function foo(): any;
H A DthisPropertyAssignmentCircular.ts6 export class Foo {
8 this.foo = "Hello";
11 this.foo = this.foo.slice();
14 this.foo
H A DtypeFromPropertyAssignment23.ts9 foo() {
16 C.prototype.foo = function() {
20 D.prototype.foo = () => {
H A DtypeFromPropertyAssignment29.ts52 export function foo() {
H A DtypeFromPropertyAssignment39.ts8 const foo = {};
9 foo["baz"] = {};
10 foo["baz"]["blah"] = 3;

Completed in 48 milliseconds

1...<<1151115211531154115511561157115811591160>>...1303