|
| String * | get_encoding () |
| |
| bool | get_fatal () |
| |
| bool | get_ignoreBOM () |
| |
| String * | decode () |
| |
| String * | decode (Int8Array *input) |
| |
| String * | decode (Int8Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Int16Array *input) |
| |
| String * | decode (Int16Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Int32Array *input) |
| |
| String * | decode (Int32Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Uint8Array *input) |
| |
| String * | decode (Uint8Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Uint16Array *input) |
| |
| String * | decode (Uint16Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Uint32Array *input) |
| |
| String * | decode (Uint32Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Uint8ClampedArray *input) |
| |
| String * | decode (Uint8ClampedArray *input, TextDecodeOptions *options) |
| |
| String * | decode (Float32Array *input) |
| |
| String * | decode (Float32Array *input, TextDecodeOptions *options) |
| |
| String * | decode (Float64Array *input) |
| |
| String * | decode (Float64Array *input, TextDecodeOptions *options) |
| |
| String * | decode (DataView *input) |
| |
| String * | decode (DataView *input, TextDecodeOptions *options) |
| |
| String * | decode (ArrayBuffer *input) |
| |
| String * | decode (ArrayBuffer *input, TextDecodeOptions *options) |
| |
| TextDecoder * | get_prototype () |
| |
| void | set_prototype (TextDecoder *) |
| |
| | TextDecoder () |
| |
| | TextDecoder (const String &label) |
| |
| | TextDecoder (const String &label, TextDecoderOptions *options) |
| |
| | 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) |
| |