Home
last modified time | relevance | path

Searched defs:IsAlive (Results 1 – 9 of 9) 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.h63 static inline bool IsAlive(const HandleWrap* wrap) { in IsAlive() function
Djs_stream.cc38 bool JSStream::IsAlive() { in IsAlive() function in node::JSStream
Dnode_file.h258 bool IsAlive() override { return !closed_; } in IsAlive() function
Dstream_wrap.cc168 bool LibuvStreamWrap::IsAlive() { in IsAlive() function in node::LibuvStreamWrap
Dheap_utils.cc292 bool IsAlive() override { return snapshot_ != nullptr; } in IsAlive() function in node::heap::__anonb955d5af0111::HeapSnapshotStream
Dtls_wrap.cc660 bool TLSWrap::IsAlive() { in IsAlive() function in node::TLSWrap
Dnode_http2.h422 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