Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-strace-openat-openssl.js19 const allowedOpenCalls = new Set([ constant
46 assert(allowedOpenCalls.delete(file), `${file} is not in the list of allowed openat calls`);
56 const missingKeys = Array.from(allowedOpenCalls.keys());