Source code execution file

Hi, which file operates the event in the source code.
If you don’t understand what I said above, (because it’s a translation tool), can you explain how GD works and how to execute events

Events are converted to JavaScript using GDCore and it’s GDJS platform. See GDevelop/Core/GDCore/Events/CodeGeneration at master · 4ian/GDevelop · GitHub and https://github.com/4ian/GDevelop/tree/master/GDJS/GDJS/Events/CodeGeneration for general code generation code and GDevelop/CommonInstructionsExtension.cpp at master · 4ian/GDevelop · GitHub for the code if each event type.