We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882ab7e + e7df9b8 commit 57de628Copy full SHA for 57de628
javascript/ql/src/Expressions/DOMProperties.qll
@@ -12,6 +12,7 @@ predicate isDOMRootType(ExternalType et) {
12
}
13
14
/** Holds if `p` is declared as a property of a DOM class or interface. */
15
+pragma[nomagic]
16
predicate isDOMProperty(string p) {
17
exists (ExternalMemberDecl emd | emd.getName() = p |
18
isDOMRootType(emd.getDeclaringType().getASupertype*())
0 commit comments