Searched defs:IsDetached (Results 1 – 3 of 3) sorted by relevance
206 static napi_value IsDetached(napi_env env, napi_callback_info info) { in IsDetached() function
618 bool MessagePort::IsDetached() const { in IsDetached() function in node::worker::MessagePort
143 bool IsDetached() const { return got_callback_[FRAME_DETACHED]; } in IsDetached() function