Home
last modified time | relevance | path

Searched defs:IsDetached (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dread-only-spaces.h187 bool IsDetached() const { return heap_ == nullptr; } in IsDetached() function
/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c211 static napi_value IsDetached(napi_env env, napi_callback_info info) { in IsDetached() function
/third_party/node/deps/v8/src/objects/
Dmap-inl.h150 bool Map::IsDetached(Isolate* isolate) const { in IsDetached() function
Djs-objects-inl.h886 bool JSGlobalObject::IsDetached() { in IsDetached() function
Djs-objects.cc5375 bool JSGlobalProxy::IsDetached() const { in IsDetached() function in v8::internal::JSGlobalProxy
/third_party/node/src/
Dnode_messaging.cc649 bool MessagePort::IsDetached() const { in IsDetached() function in node::worker::MessagePort