Home
last modified time | relevance | path

Searched defs:IsAlive (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/addons/null-buffer-neuter/
Dbinding.cc14 void IsAlive(const v8::FunctionCallbackInfo<v8::Value>& args) { in IsAlive() function
/third_party/node/src/
Dhandle_wrap.h64 static inline bool IsAlive(const HandleWrap* wrap) { in IsAlive() function
Djs_stream.cc39 bool JSStream::IsAlive() { in IsAlive() function in node::JSStream
Dstream_wrap.cc183 bool LibuvStreamWrap::IsAlive() { in IsAlive() function in node::LibuvStreamWrap
Dnode_file.h321 bool IsAlive() override { return !closed_; } in IsAlive() function
Dheap_utils.cc325 bool IsAlive() override { return snapshot_ != nullptr; } in IsAlive() function in node::heap::__anon957382520111::HeapSnapshotStream
Dnode_http2.h423 bool IsAlive() override { in IsAlive() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp69 bool ApiObjectBase::IsAlive() const { in IsAlive() function in dawn_native::ApiObjectBase
/third_party/node/src/quic/
Dlogstream.cc126 bool LogStream::IsAlive() { in IsAlive() function in node::quic::LogStream
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc504 bool IsAlive(const std::string& name) const { in IsAlive() function in __anonaeaaed020111::Environment
/third_party/node/src/crypto/
Dcrypto_tls.cc921 bool TLSWrap::IsAlive() { in IsAlive() function in node::crypto::TLSWrap