Home
last modified time | relevance | path

Searched refs:GetNodeSafe (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h40 // GetNodeSafe() can be used for a thread-safe IsValid() check in a
42 PersistentNode* GetNodeSafe() const { in GetNodeSafe() function in cppgc::internal::CrossThreadPersistentBase
85 if (GetNodeSafe()) { in ~BasicCrossThreadPersistent()
88 // The fast path check (GetNodeSafe()) does not acquire the lock. Recheck in ~BasicCrossThreadPersistent()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h40 // GetNodeSafe() can be used for a thread-safe IsValid() check in a
42 PersistentNode* GetNodeSafe() const { in GetNodeSafe() function in cppgc::internal::CrossThreadPersistentBase
85 if (GetNodeSafe()) { in ~BasicCrossThreadPersistent()
88 // The fast path check (GetNodeSafe()) does not acquire the lock. Recheck in ~BasicCrossThreadPersistent()

Completed in 2 milliseconds