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.
1 parent ed54d7b commit b568bb9Copy full SHA for b568bb9
javascript/ql/lib/Expressions/DOMProperties.qll
@@ -4,11 +4,6 @@
4
5
import semmle.javascript.Externs
6
7
-/** Holds if `et` is a root interface of the DOM type hierarchy. */
8
-predicate isDomRootType(ExternalType et) {
9
- exists(string n | n = et.getName() | n = "EventTarget" or n = "StyleSheet")
10
-}
11
-
12
/** DEPRECATED: Alias for isDomRootType */
13
deprecated predicate isDOMRootType = isDomRootType/1;
14
0 commit comments