I\'m trying to return all the functions that use the event object. Functions like function myFunction(e) and function myFunction(event) have access
function myFunction(e)
function myFunction(event)