| parrotcode: Parrot Interpreter - Run Ops and Methods | |
| Contents | C |

src/inter_run.c - Parrot Interpreter - Run Ops and Methods

Various functions that call the run loop.

void runopsparrot_context_t *Parrot_runops_fromcsub argument is an invocable Sub PMC.static parrot_context_t *runops_argsvoid *Parrot_run_meth_fromcsub argument is an invocable Sub PMC.PMC *Parrot_runops_fromc_argsva_args according to the signature.
The sub argument is an invocable Sub PMC. v ... void return
I ... INTVAL (not Interpreter)
N ... NUMVAL
S ... STRING*
P ... PMC*
void *Parrot_runops_fromc_args_eventINTVAL Parrot_runops_fromc_args_retiFLOATVAL Parrot_runops_fromc_args_retfvoid *Parrot_run_meth_fromc_argsINTVAL Parrot_run_meth_fromc_args_retiFLOATVAL Parrot_run_meth_fromc_args_retfvoid *Parrot_runops_fromc_arglistINTVAL Parrot_runops_fromc_arglist_retiFLOATVAL Parrot_runops_fromc_arglist_retfvoid *Parrot_run_meth_fromc_arglistINTVAL Parrot_run_meth_fromc_arglist_retiFLOATVAL Parrot_run_meth_fromc_arglist_retf
include/parrot/interpreter.h, src/interpreter.c.
|
|
|