potion_define_global  196 core/load.c      potion_define_global(P, potion_str(P, "LOADER_PATH"), pn_loader_path);
potion_define_global  393 core/potion.c      potion_define_global(P, PN_STR("argv"), args);
potion_define_global  403 core/potion.c      potion_define_global(P, PN_STR("argv"), args);
potion_define_global  869 core/potion.h  void potion_define_global(Potion *, PN, PN);
potion_define_global  564 core/vm-x86.c    X86_PRE(); ASM(0xB8); ASMN(potion_define_global);     // mov &potion_define_global, %rax
potion_define_global  720 core/vm.c                 potion_define_global(P, reg[op.a], reg[op.b]);
potion_define_global 1812 lib/aio.c        potion_define_global(P, PN_STR("Aio"), aio_vt);
potion_define_global 1816 lib/aio.c        potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \
potion_define_global 1824 lib/aio.c        potion_define_global(P, PN_STR("Aio_" _XSTR(T)), aio_##T##_vt); \
potion_define_global 1831 lib/aio.c        potion_define_global(P, PN_STR("AIO_"_XSTR(name)), PN_NUM(UV_##name))
potion_define_global 1913 lib/aio.c        potion_define_global(P, PN_STR("Aio_udp"), aio_udp_vt);
potion_define_global 1933 lib/aio.c        potion_define_global(P, PN_STR("Aio_process_options"), aio_po_vt);
potion_define_global 1941 lib/aio.c        potion_define_global(P, PN_STR("Aio_process"), aio_process_vt);