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 runops
parrot_context_t *Parrot_runops_fromc
sub
argument is an invocable Sub
PMC.static parrot_context_t *runops_args
void *Parrot_run_meth_fromc
sub
argument is an invocable Sub
PMC.PMC *Parrot_runops_fromc_args
va_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_event
INTVAL Parrot_runops_fromc_args_reti
FLOATVAL Parrot_runops_fromc_args_retf
void *Parrot_run_meth_fromc_args
INTVAL Parrot_run_meth_fromc_args_reti
FLOATVAL Parrot_run_meth_fromc_args_retf
void *Parrot_runops_fromc_arglist
INTVAL Parrot_runops_fromc_arglist_reti
FLOATVAL Parrot_runops_fromc_arglist_retf
void *Parrot_run_meth_fromc_arglist
INTVAL Parrot_run_meth_fromc_arglist_reti
FLOATVAL Parrot_run_meth_fromc_arglist_retf
include/parrot/interpreter.h, src/interpreter.c.
|