Home
last modified time | relevance | path

Searched refs:os_error (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.h2512 int* os_error; // 24 variable
Dheap.cc5368 *stats->os_error = base::OS::GetLastError(); in RecordStats()
/third_party/python/Lib/test/
Dtest_shutil.py966 os_error = OSError(errno.EPERM, 'EPERM')
970 raise os_error
/third_party/node/deps/v8/src/api/
Dapi.cc287 int os_error; in FatalProcessOutOfMemory() local
288 heap_stats.os_error = &os_error; in FatalProcessOutOfMemory()