Home | History | Annotate | Download | only in src

Lines Matching refs:argument

723     throw new Error('Invalid argument');
857 throw new Error('Invalid argument');
1528 // Get the stepcount argument if any.
1532 throw new Error('Invalid stepcount argument "' + stepcount + '".');
1536 // Get the stepaction argument.
1547 throw new Error('Invalid stepaction argument "' + stepaction + '".');
1586 response.failed('Missing argument "type" or "target"');
1595 response.failed('Argument "target" is not a string value');
1699 response.failed('Missing argument "breakpoint"');
1737 response.failed('Missing argument "groupId"');
1772 response.failed('Missing argument "breakpoint"');
1841 // Pull out and check the 'type' argument:
1844 response.failed('Missing argument "type"');
1856 // Pull out and check the 'enabled' argument if present:
1956 // With no frameNumber argument use the currently selected frame.
2002 // With no scope argument just return top scope.
2027 // The expression argument could be an integer so we convert it to a
2032 return response.failed('Failed to convert expression argument to string');
2105 return response.failed('Argument "obj_id" missing');
2123 return response.failed('Argument "handles" missing');
2158 return response.failed('Argument "type" missing');
2161 return response.failed('Argument "handle" missing');
2367 throw "new_source argument expected";