JS: Also rename predicates on API::EntryPoint

This commit is contained in:
Asger Feldthaus
2022-04-05 09:37:30 +02:00
committed by Asger F
parent 19a5db9f89
commit ce9c3b3eb5
13 changed files with 40 additions and 34 deletions

View File

@@ -16,9 +16,9 @@ private module Immutable {
private class ImmutableGlobalEntry extends API::EntryPoint {
ImmutableGlobalEntry() { this = "ImmutableGlobalEntry" }
override DataFlow::SourceNode getAUse() { result = DataFlow::globalVarRef("Immutable") }
override DataFlow::SourceNode getASource() { result = DataFlow::globalVarRef("Immutable") }
override DataFlow::Node getARhs() { none() }
override DataFlow::Node getASink() { none() }
}
/**