Searched defs:get_host_info (Results 1 – 3 of 3) sorted by relevance
5 function get_host_info() { function
1223 def get_host_info(self, host): member in Transport
920 void* get_host_info() const { return store()->GetHostInfo(v8_object()); } in get_host_info() function in wasm::RefImpl952 auto Ref::get_host_info() const -> void* { return impl(this)->get_host_info(); } in get_host_info() function in wasm::Ref