Searched defs:__foo (Results 1 – 4 of 4) 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
29 A.prototype.__foo = function (bar) { method in A
18 function __foo() { } function