Static-Homeworks-CUB / fall2024

Assignments for the Static Program Analysis course, Constructor University Bremen, Fall 2024.
0 stars 10 forks source link

`nativeSendMessage` is Used #14

Open jubnzv opened 2 months ago

jubnzv commented 2 months ago

The nativeSendMessage function calls should be highlighted.

Context

The nativeSendMessage function sends messages but has a more complicated API that requires processing arguments into a Cell, which is error-prone. Therefore, it is preferred to use the send function instead.