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

Member predicate StmtContainer :: getBody

Gets the body of this container.

For scripts or modules, this is the container itself; for functions, it is the function body.

AstNode getBody ( )