| 
| String *  | get_lang () | 
|   | 
| void  | set_lang (const String &) | 
|   | 
| EventListener *  | get_onboundary () | 
|   | 
| void  | set_onboundary (EventListener *) | 
|   | 
| EventListener *  | get_onend () | 
|   | 
| void  | set_onend (EventListener *) | 
|   | 
| EventListener *  | get_onerror () | 
|   | 
| void  | set_onerror (EventListener *) | 
|   | 
| EventListener *  | get_onmark () | 
|   | 
| void  | set_onmark (EventListener *) | 
|   | 
| EventListener *  | get_onpause () | 
|   | 
| void  | set_onpause (EventListener *) | 
|   | 
| EventListener *  | get_onresume () | 
|   | 
| void  | set_onresume (EventListener *) | 
|   | 
| EventListener *  | get_onstart () | 
|   | 
| void  | set_onstart (EventListener *) | 
|   | 
| double  | get_pitch () | 
|   | 
| void  | set_pitch (double) | 
|   | 
| double  | get_rate () | 
|   | 
| void  | set_rate (double) | 
|   | 
| String *  | get_text () | 
|   | 
| void  | set_text (const String &) | 
|   | 
| SpeechSynthesisVoice *  | get_voice () | 
|   | 
| void  | set_voice (SpeechSynthesisVoice *) | 
|   | 
| double  | get_volume () | 
|   | 
| void  | set_volume (double) | 
|   | 
| void  | addEventListener (const String &type, EventListener *listener) | 
|   | 
| void  | addEventListener (const String &type, EventListener *listener, bool options) | 
|   | 
| void  | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) | 
|   | 
| void  | addEventListener (const String &type, EventListenerObject *listener) | 
|   | 
| void  | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) | 
|   | 
| void  | removeEventListener (const String &type, EventListener *listener) | 
|   | 
| void  | removeEventListener (const String &type, EventListener *listener, bool options) | 
|   | 
| void  | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) | 
|   | 
| void  | removeEventListener (const String &type, EventListenerObject *listener) | 
|   | 
| void  | removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options) | 
|   | 
| SpeechSynthesisUtterance *  | get_prototype () | 
|   | 
| void  | set_prototype (SpeechSynthesisUtterance *) | 
|   | 
|   | SpeechSynthesisUtterance () | 
|   | 
|   | SpeechSynthesisUtterance (const String &text) | 
|   | 
| void  | addEventListener (const String &type, EventListener *listener) | 
|   | 
| void  | addEventListener (const String &type, EventListener *listener, bool options) | 
|   | 
| void  | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) | 
|   | 
| void  | addEventListener (const String &type, EventListenerObject *listener) | 
|   | 
| void  | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) | 
|   | 
| bool  | dispatchEvent (Event *evt) | 
|   | 
| void  | removeEventListener (const String &type) | 
|   | 
| void  | removeEventListener (const String &type, EventListener *listener) | 
|   | 
| void  | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) | 
|   | 
| void  | removeEventListener (const String &type, EventListener *listener, bool options) | 
|   | 
| void  | removeEventListener (const String &type, EventListenerObject *listener) | 
|   | 
| void  | removeEventListener (const String &type, EventListenerObject *listener, bool options) | 
|   | 
| EventTarget *  | get_prototype () | 
|   | 
| void  | set_prototype (EventTarget *) | 
|   | 
|   | EventTarget () | 
|   | 
|   | Object () | 
|   | 
| template<typename T >  | 
| T  | valueOf () | 
|   | 
|   | operator double () const | 
|   | 
| Object *  | operator[] (const client::String &name) const | 
|   | 
| void  | set_ (const client::String &name, Object *v) | 
|   | 
| template<typename T , typename  = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>  | 
| void  | set_ (const client::String &name, T v) | 
|   | 
| bool  | hasOwnProperty (const client::String &name) | 
|   |