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

Member predicate PathExprCandidate::getAPart

Gets an expression that is nested inside this expression.

Equivalent to getAChildExpr*(), but useful to enforce a better join order (in spite of what the optimizer thinks, there are generally far fewer PathExprCandidates than ConstantStrings).

Expr getAPart()