We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StandardClassNode
ClassNode
1 parent c7d764f commit c430a36Copy full SHA for c430a36
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1236,7 +1236,7 @@ module API {
1236
exists(DataFlow::ClassNode cls | nd = MkClassInstance(cls) |
1237
ref = cls.getAReceiverNode()
1238
or
1239
- ref = cls.(DataFlow::ClassNode::StandardClassNode).getAPrototypeReference()
+ ref = cls.(DataFlow::ClassNode).getAPrototypeReference()
1240
)
1241
1242
nd = MkUse(ref)
0 commit comments