Run an OSA JavaScript source string synchronously. Blocks the JS thread until the script completes.
The OSA JavaScript source code to compile and execute.
An object { success, result, raw }, or null on XPC failure.
{ success, result, raw }
null
Run an OSA JavaScript source string synchronously. Blocks the JS thread until the script completes.