Searched defs:__foo (Results 1 – 5 of 5) sorted by relevance
8 export function __foo(): number | void {} function11 export function __foo(): string | void {} function
16 private __foo(bar: string): void { method in A
23 void __foo(void) in __foo() function
29 A.prototype.__foo = function (bar) { method in A
18 function __foo() { } function