Searched refs:DebugCommandToJSONRequest (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dd8-debug.cc115 Shell::DebugCommandToJSONRequest(String::New(command));
311 Shell::DebugCommandToJSONRequest(String::New(command));
H A Dd8.h293 static Handle<Value> DebugCommandToJSONRequest(Handle<String> command);
H A Dd8.cc606 Handle<Value> Shell::DebugCommandToJSONRequest(Handle<String> command) { function in class:v8::Shell
609 Handle<Value> fun = global->Get(String::New("DebugCommandToJSONRequest"));
H A Dd8.js293 function DebugCommandToJSONRequest(cmd_line) { function

Completed in 216 milliseconds