Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DClassAndModuleThatMergeWithModulesExportedStaticFunctionUsingClassPrivateStatics.js6 private static sfn(id: string) { return 42; } method in clodule
22 clodule.sfn = function (id) { return 42; }; function
DambientErrors.js42 static sfn() { } method in C
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DClassAndModuleThatMergeWithModulesExportedStaticFunctionUsingClassPrivateStatics.ts5 private static sfn(id: string) { return 42; } method in clodule
/third_party/typescript/tests/cases/conformance/ambient/
DambientErrors.ts41 static sfn() { } method in C