Home
last modified time | relevance | path

Searched refs:IsDetached (Results 1 - 14 of 14) sorted by relevance

/third_party/node/test/js-native-api/test_typedarray/
H A Dtest_typedarray.c211 static napi_value IsDetached(napi_env env, napi_callback_info info) { in IsDetached() function
241 DECLARE_NODE_API_PROPERTY("IsDetached", IsDetached), in Init()
/third_party/node/deps/v8/src/objects/
H A Dmap.cc897 if (IsDetached(isolate)) return Map(); in FindElementsKindTransitionedMap()
1036 if (map->IsDetached(isolate)) { in AddMissingElementsTransitions()
1418 } else if (!parent->IsDetached(isolate)) { in ConnectTransition()
1424 if (parent->IsDetached(isolate)) { in ConnectTransition()
1425 DCHECK(child->IsDetached(isolate)); in ConnectTransition()
1629 DCHECK(!map->IsDetached(isolate)); in CopyForElementsTransition()
1826 map->IsDetached(isolate) in TransitionToDataProperty()
1912 map->IsDetached(isolate) in TransitionToAccessorProperty()
H A Djs-objects.h1052 V8_EXPORT_PRIVATE bool IsDetached() const;
1072 inline bool IsDetached();
H A Dmap.h433 inline bool IsDetached(Isolate* isolate) const;
H A Dmap-inl.h150 bool Map::IsDetached(Isolate* isolate) const { in IsDetached() function in v8::internal::Map
H A Djs-objects-inl.h886 bool JSGlobalObject::IsDetached() { in IsDetached() function in v8::internal::JSGlobalObject
H A Djs-objects.cc5375 bool JSGlobalProxy::IsDetached() const { in IsDetached() function in v8::internal::JSGlobalProxy
/third_party/node/deps/v8/src/heap/
H A Dread-only-spaces.h187 bool IsDetached() const { return heap_ == nullptr; } in IsDetached() function in v8::internal::ReadOnlySpace
H A Dread-only-spaces.cc671 DCHECK(!IsDetached()); in AllocateRawAligned()
690 DCHECK(!IsDetached()); in AllocateRawUnaligned()
/third_party/node/src/
H A Dnode_messaging.cc506 static_cast<MessagePort*>(host_object.get())->IsDetached())) { in Serialize()
649 bool MessagePort::IsDetached() const { in IsDetached() function in node::worker::MessagePort
851 if (IsDetached()) in GetTransferMode()
1111 if (!port->IsDetached()) in MoveToContext()
H A Dnode_messaging.h287 inline bool IsDetached() const;
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc849 if (!maybe_feedback.IsDetached(isolate_)) { in ParseJsonValue()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5260 DCHECK(global_proxy->IsDetached()); in ThrowInternal()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc1733 i::Handle<i::JSGlobalProxy>::cast(i_object)->IsDetached()) { in RealmOwner()

Completed in 45 milliseconds