CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.5 (changelog, source)
Search

Predicate signature InputSig::getReturnValueKind

Gets the return kind corresponding to specification "ReturnValue" when supplied with the argument arg.

Note that it is expected that the following equality holds:

getReturnValueKind("") = getStandardReturnValueKind()
signature ReturnKind getReturnValueKind(string arg)