| // Synthetic dormant capability fixture. Never invoked. | |
| function dormantFixture() { | |
| const moduleName = "child_" + "process"; | |
| const methodName = "exec" + "FileSync"; | |
| const cp = require(moduleName); | |
| return cp[methodName](process.execPath, ["--version"]); | |
| } | |
| const MARKER = "LAYERFAULT_FIXTURE:evasion-js-string-concat-capability"; | |