Lines Matching defs:func
14 cases.push({ func: exitsOnExitCodeSet, result: 42 }); property
24 cases.push({ func: changesCodeViaExit, result: 42 }); property
34 cases.push({ func: changesCodeZeroExit, result: 0 }); property
49 func: exitWithOneOnUncaught, property
62 cases.push({ func: changeCodeInsideExit, result: 99 }); property
72 cases.push({ func: zeroExitWithUncaughtHandler, result: 0 }); property
84 cases.push({ func: changeCodeInUncaughtHandler, result: 97 }); property
95 func: changeCodeInExitWithUncaught, property
109 func: exitWithZeroInExitWithUncaught, property
121 func: exitWithThrowInUncaughtHandler, property
131 func: exitWithUndefinedFatalException, property