Searched defs:IsDetached (Results 1 – 6 of 6) sorted by relevance
187 bool IsDetached() const { return heap_ == nullptr; } in IsDetached() function
211 static napi_value IsDetached(napi_env env, napi_callback_info info) { in IsDetached() function
150 bool Map::IsDetached(Isolate* isolate) const { in IsDetached() function
886 bool JSGlobalObject::IsDetached() { in IsDetached() function
5375 bool JSGlobalProxy::IsDetached() const { in IsDetached() function in v8::internal::JSGlobalProxy
649 bool MessagePort::IsDetached() const { in IsDetached() function in node::worker::MessagePort