mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
JS: Fix missing qldoc
This commit is contained in:
@@ -88,10 +88,13 @@ abstract class ThisUse instanceof ControlFlowNode {
|
||||
/** Gets the container binding the `this` being accessed */
|
||||
abstract StmtContainer getBindingContainer();
|
||||
|
||||
/** Get the container in which `this` is being accessed. */
|
||||
abstract StmtContainer getUseContainer();
|
||||
|
||||
/** Gets a string representation of this element. */
|
||||
string toString() { result = super.toString() }
|
||||
|
||||
/** Gets the location of this use of `this`. */
|
||||
DbLocation getLocation() { result = super.getLocation() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user