Home
last modified time | relevance | path

Searched refs:functionSignature (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/
Dlldb_commands.py93 functionSignature = frame.GetDisplayFunctionName()
94 if functionSignature is None:
96 functionName = func_name_re.match(functionSignature)
107 match = assert_re.match(str(functionSignature))
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1295 …const functionSignature = singleOrUndefined(checker.getSignaturesOfType(functionType, SignatureKin… constant
1298 if (!functionSignature) return { variableType, initializer };
1300 if (!!functionSignature.getTypeParameters()) return { variableType, initializer };
1326 …initializer.type || checker.typeToTypeNode(functionSignature.getReturnType(), scope, NodeBuilderFl…
1331 if (functionSignature && !!functionSignature.thisParameter) {
1336 … const thisType = checker.getTypeOfSymbolAtLocation(functionSignature.thisParameter, node);
1349 …initializer.type || checker.typeToTypeNode(functionSignature.getReturnType(), scope, NodeBuilderFl…