codeql/javascript-all
0.8.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the target of this throw statement, which is the closest surrounding try statement in whose body the throw statement occurs. If there is no such try statement, the target defaults to the enclosing statement container.
throw
try
AstNode getTarget()