| Execute a eval operator compiled script |
| Declaration: |
| FeriteVariable *ferite_script_real_function_execute( FeriteScript *script, void *container, FeriteFunction *function, FeriteNamespace *ns, FeriteExecuteRec *exec, FeriteVariable **params ) |
| Parameters: |
| Parameter #1: FeriteScript *script - The current script to run |
| Parameter #2: void *container - The container the function is running from namespace/class/object |
| Parameter #3: FeriteFunction *function - The function to execute |
| Parameter #4: FeriteNamespace *ns - The scripts main namespace |
| Parameter #5: FeriteExecuteRec *exec - The execute records for the current script |
| Parameter #6: FeriteVariable **params - The parameters passed to the function |
| Returns: |
| The return value from the function on successfull execution, NULL otherwise |