Home
last modified time | relevance | path

Searched defs:addCleanup (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/bootstrap/switches/
Dis_main_thread.js142 function addCleanup(fn) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp789 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineFunction
/third_party/python/Lib/unittest/
Dcase.py440 def addCleanup(self, function, /, *args, **kwargs): member in TestCase
/third_party/python/Lib/test/
Dtest_socket.py215 def addCleanup(self, *args, **kwargs): member in ThreadSafeCleanupTestCase