Merge pull request #650 from xiemaisi/js/nomagic-isDOMProperty

Approved by asger-semmle
This commit is contained in:
semmle-qlci
2018-12-10 13:52:47 +00:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ predicate isDOMRootType(ExternalType et) {
}
/** Holds if `p` is declared as a property of a DOM class or interface. */
pragma[nomagic]
predicate isDOMProperty(string p) {
exists (ExternalMemberDecl emd | emd.getName() = p |
isDOMRootType(emd.getDeclaringType().getASupertype*())