Searched defs:breakOnSigint (Results 1 – 8 of 8) sorted by relevance
/third_party/node/benchmark/vm/ |
D | run-in-this-context.js | 7 breakOnSigint: [0, 1], property 13 function main({ n, breakOnSigint, withSigintListener }) { property
|
D | run-in-context.js | 7 breakOnSigint: [0, 1], property 13 function main({ n, breakOnSigint, withSigintListener }) { property
|
/third_party/node/test/sequential/ |
D | test-vm-break-on-sigint.js | 20 vm.runInContext('console.log(1)', ctx, { breakOnSigint: true }); property
|
/third_party/node/test/parallel/ |
D | test-vm-sigint.js | 22 const options = { breakOnSigint: true }; property
|
D | test-vm-sigint-existing-handler.js | 37 const options = { breakOnSigint: true }; property
|
D | test-vm-options-validation.js | 92 assertErrors({ breakOnSigint: value }, invalidArgType); property
|
D | test-vm-module-errors.js | 205 await m.evaluate({ breakOnSigint: 'a-string' }); property
|
/third_party/node/lib/ |
D | repl.js | 595 breakOnSigint: self.breakEvalOnSigint, property
|