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

Module PathSummary

Import path

import semmle.javascript.dataflow.internal.FlowSteps

Predicates

call

Gets a summary describing a path with one or more calls, but no returns.

level

Gets a summary describing a path without any calls or returns.

level

Gets a summary describing a path without any calls or returns, transforming lbl into itself.

return

Gets a summary describing a path with one or more returns, but no calls.