We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
promiseStep/4
1 parent ee62706 commit b13e614Copy full SHA for b13e614
javascript/ql/src/semmle/javascript/Promises.qll
@@ -184,6 +184,7 @@ module PromiseTypeTracking {
184
* Gets the result from a single step through a promise, from `pred` with tracker `t2` to `result` with tracker `t`.
185
* This can be loading a resolved value from a promise, storing a value in a promise, or copying a resolved value from one promise to another.
186
*/
187
+ pragma[inline]
188
DataFlow::SourceNode promiseStep(
189
DataFlow::SourceNode pred, DataFlow::TypeTracker t, DataFlow::TypeTracker t2
190
) {
0 commit comments