JS: Track express route handlers into arrays

This commit is contained in:
Asger F
2023-04-27 16:12:37 +02:00
parent 246d904712
commit 96e415aba6

View File

@@ -215,6 +215,9 @@ module Express {
or
Http::routeHandlerStep(result, succ) and
t = t2
or
DataFlow::SharedFlowStep::storeStep(result, succ, DataFlow::PseudoProperties::arrayElement()) and
t = t2.continue()
)
}