Skip to content

Commit 1e9e57e

Browse files
committed
JS: Fix missing qldoc
1 parent 52ba91a commit 1e9e57e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/VariableOrThis.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,13 @@ abstract class ThisUse instanceof ControlFlowNode {
8888
/** Gets the container binding the `this` being accessed */
8989
abstract StmtContainer getBindingContainer();
9090

91+
/** Get the container in which `this` is being accessed. */
9192
abstract StmtContainer getUseContainer();
9293

94+
/** Gets a string representation of this element. */
9395
string toString() { result = super.toString() }
9496

97+
/** Gets the location of this use of `this`. */
9598
DbLocation getLocation() { result = super.getLocation() }
9699
}
97100

0 commit comments

Comments
 (0)