CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.15-dev (changelog, source)
Search

Module DataFlow::MemberKind

Import path

import javascript

Predicates

accessor

Gets the getter and setter kinds.

getter

Gets the kind of a getter accessor, such as get f() {}.

method

Gets the kind of a method, such as m() {}

of

Gets the member kind of a given syntactic member declaration in a class.

setter

Gets the kind of a setter accessor, such as set f() {}.