Home
last modified time | relevance | path

Searched refs:stepaction (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1639-2.js75 stepaction : "next" property
Dregress-1639.js56 arguments: { stepaction: "next" } property
/external/v8/src/
Dd8.js611 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;
Ddebug-debugger.js1454 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 + '".');