mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
JS: dataflow -> data flow
This commit is contained in:
@@ -183,7 +183,7 @@ module Firebase {
|
||||
result = database(_)
|
||||
}
|
||||
|
||||
/** Gets a dataflow node holding a `RefBuilder` object. */
|
||||
/** Gets a data flow node holding a `RefBuilder` object. */
|
||||
DataFlow::SourceNode refBuilder(DataFlow::TypeTracker t) {
|
||||
t.start() and
|
||||
result = database().getAMethodCall("ref")
|
||||
@@ -193,7 +193,7 @@ module Firebase {
|
||||
)
|
||||
}
|
||||
|
||||
/** Gets a dataflow node holding a `RefBuilder` object. */
|
||||
/** Gets a data flow node holding a `RefBuilder` object. */
|
||||
DataFlow::SourceNode ref() {
|
||||
result = refBuilder(_)
|
||||
}
|
||||
@@ -206,7 +206,7 @@ module Firebase {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the dataflow node holding the listener callback.
|
||||
* Gets the data flow node holding the listener callback.
|
||||
*/
|
||||
DataFlow::Node getCallbackNode() {
|
||||
result = getArgument(0)
|
||||
|
||||
Reference in New Issue
Block a user