Searched defs:breakOnSigint (Results 1 – 7 of 7) sorted by relevance
7 breakOnSigint: [0, 1], property13 function main({ n, breakOnSigint, withSigintListener }) { property
22 const options = { breakOnSigint: true }; property
37 const options = { breakOnSigint: true }; property
92 assertErrors({ breakOnSigint: value }, invalidArgType); property
200 await m.evaluate({ breakOnSigint: 'a-string' }); property
562 breakOnSigint: self.breakEvalOnSigint property