Lines Matching refs:SetProtoMethod
1706 SetProtoMethod(isolate, tmpl, "args_get", WASI::ArgsGet);
1707 SetProtoMethod(isolate, tmpl, "args_sizes_get", WASI::ArgsSizesGet);
1708 SetProtoMethod(isolate, tmpl, "clock_res_get", WASI::ClockResGet);
1709 SetProtoMethod(isolate, tmpl, "clock_time_get", WASI::ClockTimeGet);
1710 SetProtoMethod(isolate, tmpl, "environ_get", WASI::EnvironGet);
1711 SetProtoMethod(isolate, tmpl, "environ_sizes_get", WASI::EnvironSizesGet);
1712 SetProtoMethod(isolate, tmpl, "fd_advise", WASI::FdAdvise);
1713 SetProtoMethod(isolate, tmpl, "fd_allocate", WASI::FdAllocate);
1714 SetProtoMethod(isolate, tmpl, "fd_close", WASI::FdClose);
1715 SetProtoMethod(isolate, tmpl, "fd_datasync", WASI::FdDatasync);
1716 SetProtoMethod(isolate, tmpl, "fd_fdstat_get", WASI::FdFdstatGet);
1717 SetProtoMethod(isolate, tmpl, "fd_fdstat_set_flags", WASI::FdFdstatSetFlags);
1718 SetProtoMethod(
1720 SetProtoMethod(isolate, tmpl, "fd_filestat_get", WASI::FdFilestatGet);
1721 SetProtoMethod(
1723 SetProtoMethod(
1725 SetProtoMethod(isolate, tmpl, "fd_pread", WASI::FdPread);
1726 SetProtoMethod(isolate, tmpl, "fd_prestat_get", WASI::FdPrestatGet);
1727 SetProtoMethod(isolate, tmpl, "fd_prestat_dir_name", WASI::FdPrestatDirName);
1728 SetProtoMethod(isolate, tmpl, "fd_pwrite", WASI::FdPwrite);
1729 SetProtoMethod(isolate, tmpl, "fd_read", WASI::FdRead);
1730 SetProtoMethod(isolate, tmpl, "fd_readdir", WASI::FdReaddir);
1731 SetProtoMethod(isolate, tmpl, "fd_renumber", WASI::FdRenumber);
1732 SetProtoMethod(isolate, tmpl, "fd_seek", WASI::FdSeek);
1733 SetProtoMethod(isolate, tmpl, "fd_sync", WASI::FdSync);
1734 SetProtoMethod(isolate, tmpl, "fd_tell", WASI::FdTell);
1735 SetProtoMethod(isolate, tmpl, "fd_write", WASI::FdWrite);
1736 SetProtoMethod(
1738 SetProtoMethod(isolate, tmpl, "path_filestat_get", WASI::PathFilestatGet);
1739 SetProtoMethod(
1741 SetProtoMethod(isolate, tmpl, "path_link", WASI::PathLink);
1742 SetProtoMethod(isolate, tmpl, "path_open", WASI::PathOpen);
1743 SetProtoMethod(isolate, tmpl, "path_readlink", WASI::PathReadlink);
1744 SetProtoMethod(
1746 SetProtoMethod(isolate, tmpl, "path_rename", WASI::PathRename);
1747 SetProtoMethod(isolate, tmpl, "path_symlink", WASI::PathSymlink);
1748 SetProtoMethod(isolate, tmpl, "path_unlink_file", WASI::PathUnlinkFile);
1749 SetProtoMethod(isolate, tmpl, "poll_oneoff", WASI::PollOneoff);
1750 SetProtoMethod(isolate, tmpl, "proc_exit", WASI::ProcExit);
1751 SetProtoMethod(isolate, tmpl, "proc_raise", WASI::ProcRaise);
1752 SetProtoMethod(isolate, tmpl, "random_get", WASI::RandomGet);
1753 SetProtoMethod(isolate, tmpl, "sched_yield", WASI::SchedYield);
1754 SetProtoMethod(isolate, tmpl, "sock_accept", WASI::SockAccept);
1755 SetProtoMethod(isolate, tmpl, "sock_recv", WASI::SockRecv);
1756 SetProtoMethod(isolate, tmpl, "sock_send", WASI::SockSend);
1757 SetProtoMethod(isolate, tmpl, "sock_shutdown", WASI::SockShutdown);