Is there a way to get the names of all the javascript function executed on a page?
something like
console.info(functionname)
As I am trying to fix some bugs on a customer's page and all javascript function are sepreaded all over the website withing PHP files.