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

Member predicate ExternalMemberDecl :: getInit

Gets the initializer associated with this declaration, if any.

The result can be either a function or an expression.

Expr getInit ( )