Home
last modified time | relevance | path

Searched defs:__foo (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdoubleUnderscoreExportStarConflict.ts8 export function __foo(): number | void {} function
11 export function __foo(): string | void {} function
DdecoratorWithUnderscoreMethod.ts16 private __foo(bar: string): void { method in A
/third_party/typescript/tests/baselines/reference/
DdecoratorWithUnderscoreMethod.js29 A.prototype.__foo = function (bar) { method in A
DdoubleUnderscoreExportStarConflict.js18 function __foo() { } function