We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2a82a commit d7f0716Copy full SHA for d7f0716
javascript/ql/lib/semmle/javascript/frameworks/data/internal/AccessPathSyntax.qll
@@ -47,9 +47,6 @@ class AccessPath extends string instanceof AccessPath::Range {
47
result = count(int n | exists(getRawToken(this, n))) and
48
not this.hasSyntaxError()
49
}
50
-
51
- /** Gets the `n`th-last token, with 0 being the last token. */
52
- AccessPathToken getLastToken(int n) { result = this.getToken(this.getNumToken() - 1 - n) }
53
54
55
/**
0 commit comments