Home | History | Annotate | Download | only in src

Lines Matching refs:Get

51   // Get the toJSONProtocol function on the event and get the JSON format.
54 Function::Cast(*event_data->Get(to_json_fun_name));
68 String::Utf8Value str(details->Get(String::New("text")));
75 // Get the debug command processor.
77 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name));
122 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name));
137 String::Utf8Value text_str(response_details->Get(String::New("text")));
142 response_details->Get(String::New("running"))->ToBoolean()->Value();
270 String::Utf8Value str(details->Get(String::New("text")));