Home
last modified time | relevance | path

Searched defs:Dispose (Results 1 – 17 of 17) sorted by relevance

/third_party/node/src/
Dnode_v8_platform-inl.h109 inline void Dispose() { in Dispose() function
168 inline void Dispose() {} in Dispose() function
Dnode_main_instance.cc95 void NodeMainInstance::Dispose() { in Dispose() function in node::NodeMainInstance
Dstream_base-inl.h34 void StreamReq::Dispose() { in Dispose() function
/third_party/node/deps/v8/include/
Dv8-util.h112 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() function
143 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() function
Dv8-primitive.h249 virtual void Dispose() { delete this; } in Dispose() function
/third_party/typescript/tests/cases/compiler/
DconstructorWithIncompleteTypeAnnotation.ts278 Dispose(): void; method
/third_party/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs131 public void Dispose() in Dispose() method in DotZLib.CodecBase
DGZipStream.cs125 public void Dispose() in Dispose() method in DotZLib.GZipStream
/third_party/node/deps/v8/src/init/
Dv8.cc261 void V8::Dispose() { in Dispose() function in v8::internal::V8
/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.h123 void Dispose() { in Dispose() function
/third_party/node/deps/v8/src/base/
Dvector.h97 void Dispose() { in Dispose() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs275 public void Dispose() in Dispose() method in Google.Protobuf.CodedInputStream
DCodedOutputStream.cs566 public void Dispose() in Dispose() method in Google.Protobuf.CodedOutputStream
/third_party/node/deps/v8/tools/
Dll_prof.py430 def Dispose(self): member in LogReader
654 def Dispose(self): member in TraceReader
Dgrokdump.py998 def Dispose(self): member in MinidumpReader
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py127 def Dispose(self): member in TempFile
/third_party/node/deps/v8/src/api/
Dapi.cc744 void Dispose() override {} in Dispose() function in v8::__anon4d9620be0311::ExtensionResource
6135 bool v8::V8::Dispose() { in Dispose() function in v8::v8::V8
8699 void Isolate::Dispose() { in Dispose() function in v8::Isolate
9914 void CpuProfiler::Dispose() { delete reinterpret_cast<i::CpuProfiler*>(this); } in Dispose() function in v8::CpuProfiler