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

Member predicate CallToObjectDefineProperty::hasPropertyAttributeWrite

Holds if there is an assignment to property name to the attributes object on this node, and the right hand side of the assignment is rhs.

predicate hasPropertyAttributeWrite(string name, Node rhs)