Searched refs:stepaction (Results 1 – 4 of 4) sorted by relevance
75 stepaction : "next" property
56 arguments: { stepaction: "next" } property
611 request.arguments.stepaction = 'in';616 request.arguments.stepaction = 'min';621 request.arguments.stepaction = 'next';626 request.arguments.stepaction = 'out';635 request.arguments.stepaction = type;641 request.arguments.stepaction = type;
1454 var stepaction = request.arguments.stepaction;1466 if (stepaction) {1467 if (stepaction == 'in') {1469 } else if (stepaction == 'min') {1471 } else if (stepaction == 'next') {1473 } else if (stepaction == 'out') {1476 throw new Error('Invalid stepaction argument "' + stepaction + '".');