- 
    
Sub-task
 - 
    Resolution: Invalid
 - 
    
P2: Important
 - 
    None
 - 
    None
 
Autotest: tst_QScriptContext::backtrace()
For JS functions, we used internal API in JSC (JSC::FunctionExecutable) to get the names of parameters. Converting the function to a string and manually regex'ing out the names would work, I guess... ![]()
For Qt functions, we can get the information from the QMetaObject.