|
| double | get_lastModified () |
| |
| Date * | get_lastModifiedDate () |
| |
| String * | get_name () |
| |
| String * | get_webkitRelativePath () |
| |
| File * | get_prototype () |
| |
| void | set_prototype (File *) |
| |
| | File (Array *parts, const String &filename) |
| |
| | File (Array *parts, const String &filename, FilePropertyBag *properties) |
| |
| double | get_size () |
| |
| String * | get_type () |
| |
| void | msClose () |
| |
| Object * | msDetachStream () |
| |
| Blob * | slice () |
| |
| Blob * | slice (double start) |
| |
| Blob * | slice (double start, double end) |
| |
| Blob * | slice (double start, double end, const String &contentType) |
| |
| Blob * | get_prototype () |
| |
| void | set_prototype (Blob *) |
| |
| | Blob () |
| |
| | Blob (Array *blobParts) |
| |
| | Blob (Array *blobParts, BlobPropertyBag *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) |
| |