mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
JavaScript: Avoid more unhelpful magic.
This commit is contained in:
@@ -687,6 +687,7 @@ private predicate flowsTo(PathNode flowsource, DataFlow::Node source,
|
||||
* Holds if `nd` is reachable from a source under `cfg` along a path summarized by
|
||||
* `summary`.
|
||||
*/
|
||||
pragma[nomagic]
|
||||
private predicate reachableFromSource(DataFlow::Node nd, DataFlow::Configuration cfg,
|
||||
PathSummary summary) {
|
||||
exists (FlowLabel lbl |
|
||||
|
||||
Reference in New Issue
Block a user