Home
last modified time | relevance | path

Searched defs:getFoo (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DgenericClassStaticMethod.js3 static getFoo() { method in Foo
8 static getFoo() { method in Bar
32 Foo.getFoo = function () { function in Foo
41 Bar.getFoo = function () { function in Bar
DcontextualTypingOfLambdaWithMultipleSignatures.js8 foo.getFoo = bar => { }; function
12 foo.getFoo = function (bar) { }; function
DdestructuredDeclarationEmit.js17 const getFoo = () => ({ function
DcontextuallyTypedParametersWithInitializers.js53 const newGetFoo2 = id(function getFoo ({ foo = 42 }) { function
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfLambdaWithMultipleSignatures.ts2 getFoo(n: number): void; method
3 getFoo(s: string): void; method
DgenericClassStaticMethod.ts2 static getFoo() { method in Foo
7 static getFoo() { method in Bar
DdestructuredDeclarationEmit.ts16 const getFoo = () => ({ constant
DcontextuallyTypedParametersWithInitializers.ts50 function getFoo ({ foo = 42 }) { function
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DTableInNestedNS.php38 public function getFoo() function in NamespaceA\\NamespaceB\\TableInNestedNS