Home
last modified time | relevance | path

Searched defs:methodType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts309 const methodType = type.getText(); constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts325 const methodType = type.getText(); constant
/third_party/typescript/src/compiler/
Dchecker.ts38510 const methodType = getTypeOfNode(node.parent); constant
40670 …const methodType = method && !(method.flags & SymbolFlags.Optional) ? getTypeOfSymbol(method) : un… constant
40866 … const methodType = method && !(methodName === "next" && (method.flags & SymbolFlags.Optional)) constant