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

Member predicate DataFlow::PropWrite::getInstalledAccessor

If this installs an accessor on an object, as opposed to a regular property, gets the body of the accessor. isSetter is true if installing a setter, and false is installing a getter.

FunctionNode getInstalledAccessor(boolean isSetter)