Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:dcp

48 function testArguments(dcp, arguments, success) {
50 var json_response = dcp.processDebugJSONRequest(request);
63 var dcp = exec_state.debugCommandProcessor("unspecified_running_state");
66 testArguments(dcp, '{"types":"xx"}', false);
69 testArguments(dcp, '{}', true);
70 testArguments(dcp, '{"types":1}', true);
71 testArguments(dcp, '{"types":2}', true);
72 testArguments(dcp, '{"types":4}', true);
73 testArguments(dcp, '{"types":7}', true);
74 testArguments(dcp, '{"types":255}', true);
78 var response = safeEval(dcp.processDebugJSONRequest(request));
88 var response = safeEval(dcp.processDebugJSONRequest(request));