Searched defs:IsAlive (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/test/addons/null-buffer-neuter/ | ||
| D | binding.cc | 14 void IsAlive(const v8::FunctionCallbackInfo<v8::Value>& args) { in IsAlive() function |
| /third_party/node/src/ | ||
| D | handle_wrap.h | 63 static inline bool IsAlive(const HandleWrap* wrap) { in IsAlive() function |
| D | js_stream.cc | 38 bool JSStream::IsAlive() { in IsAlive() function in node::JSStream |
| D | node_file.h | 258 bool IsAlive() override { return !closed_; } in IsAlive() function |
| D | stream_wrap.cc | 168 bool LibuvStreamWrap::IsAlive() { in IsAlive() function in node::LibuvStreamWrap |
| D | heap_utils.cc | 292 bool IsAlive() override { return snapshot_ != nullptr; } in IsAlive() function in node::heap::__anonb955d5af0111::HeapSnapshotStream |
| D | tls_wrap.cc | 660 bool TLSWrap::IsAlive() { in IsAlive() function in node::TLSWrap |
| D | node_http2.h | 422 bool IsAlive() override { in IsAlive() function |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ | ||
| D | ObjectBase.cpp | 69 bool ApiObjectBase::IsAlive() const { in IsAlive() function in dawn_native::ApiObjectBase |