We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FunctionStyleClass
deprecated
1 parent 9bab593 commit ca68b19Copy full SHA for ca68b19
javascript/ql/lib/semmle/javascript/dataflow/Nodes.qll
@@ -1236,6 +1236,11 @@ module ClassNode {
1236
func instanceof AbstractCallable // the join-order goes bad if `func` has type `AbstractFunction`.
1237
}
1238
1239
+ /**
1240
+ * A function definition, targeted by a `new`-call or with prototype manipulation, seen as a `ClassNode` instance.
1241
+ */
1242
+ deprecated class FunctionStyleClass = StandardClassNode;
1243
+
1244
/**
1245
* A function definition, targeted by a `new`-call or with prototype manipulation, seen as a `ClassNode` instance.
1246
* Or An ES6 class as a `ClassNode` instance.
0 commit comments