зеркало из https://github.com/github/codeql.git
JS: Expand on doc a bit
This commit is contained in:
Родитель
066549f682
Коммит
ffeda7f45a
|
@ -27,7 +27,8 @@ private import DataFlow
|
||||||
*
|
*
|
||||||
* There are edges from calls to their callees,
|
* There are edges from calls to their callees,
|
||||||
* and from functions to their contained calls and in some cases
|
* and from functions to their contained calls and in some cases
|
||||||
* their inner functions.
|
* their inner functions to model functions invoked indirectly
|
||||||
|
* by being passed to another call.
|
||||||
*/
|
*/
|
||||||
predicate callEdge(Node pred, Node succ) {
|
predicate callEdge(Node pred, Node succ) {
|
||||||
exists(InvokeNode invoke, Function f |
|
exists(InvokeNode invoke, Function f |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче