qtil
advanced-security/qtil-javascript 0.0.3
Search

Module MemberKind

Import path

import semmle.javascript.dataflow.Nodes

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() {}.