potion_run       1305 core/compile.c   return potion_run(P, code, P->flags & EXEC_JIT);
potion_run         35 core/load.c          result = potion_run(P, potion_send(
potion_run        944 core/potion.h  PN potion_run(Potion *, PN, int);
potion_run        552 core/vm.c                printf("%s\n", AS_STR(potion_run(P, code, P->flags)));