File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -847,8 +847,8 @@ module API {
847847 * Since fields do not have their own data-flow nodes, we generate a node for each read or write.
848848 * For property writes, the right-hand side becomes a def-node and property reads become use-nodes.
849849 *
850- * For accessors this predicate computes each use of the accessor.
851- * The return value inside the accessor is computed by the `decoratorRhsEdge` predicate.
850+ * For accessors this predicate computes each use of the accessor.
851+ * The return value inside the accessor is computed by the `decoratorRhsEdge` predicate.
852852 */
853853 private predicate decoratorPropEdge ( TApiNode base , Label:: ApiLabel lbl , DataFlow:: PropRef ref ) {
854854 exists ( MemberDefinition fieldLike , DataFlow:: ClassNode cls |
You can’t perform that action at this time.
0 commit comments