Is there a way in js to list all the builtin functions and some info on their parameterlists? I couldn't really find anything about reflection to do this sort of thing
edit: The functions such as Math.sin are actually the ones I want to list, actually all built-in functions.