()
| 15 | } = require('../common/child_process'); |
| 16 | |
| 17 | function skipIfBuildSEAIsNotSupported() { |
| 18 | if (!process.config.variables.node_use_lief) |
| 19 | common.skip('Node.js was not built with LIEF support.'); |
| 20 | skipIfSingleExecutableIsNotSupported(); |
| 21 | } |
| 22 | |
| 23 | function skipIfSingleExecutableIsNotSupported() { |
| 24 | if (!process.config.variables.single_executable_application) |
no test coverage detected
searching dependent graphs…