Home
last modified time | relevance | path

Searched defs:isOverload (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts973 public isOverload = false; property in FuncDecl
/third_party/typescript/src/compiler/
Dchecker.ts31582 const isOverload = failedSignatureDeclarations.length > 1; constant