use getABoundCallbackParameter in SocketIO

This commit is contained in:
Erik Krogh Kristensen 2020-04-22 21:56:34 +02:00
Родитель 40822e10b4
Коммит 957e4073b0
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -190,7 +190,7 @@ module SocketIO {
|
on = base.getAMethodCall(EventEmitter::on()) and
on.getArgument(0).mayHaveStringValue(connect) and
this = on.getCallback(1).getParameter(0)
this = on.getABoundCallbackParameter(1, 0)
)
}

Просмотреть файл

@ -122,6 +122,7 @@ test_SocketNode
| tst.js:71:3:71:35 | socket. ... => {}) | socket.io namespace with path '/' |
| tst.js:72:3:72:46 | socket. ... => {}) | socket.io namespace with path '/' |
| tst.js:73:3:73:43 | socket. ... => {}) | socket.io namespace with path '/' |
| tst.js:84:16:84:21 | socket | socket.io namespace with path '/' |
test_ClientSendNode_getEventName
| client2.js:14:1:14:32 | sock.em ... there") | data |
| client2.js:16:1:16:36 | sock.wr ... => {}) | message |