(item)
| 1550 | |
| 1551 | |
| 1552 | function _getAsEntry(item){ |
| 1553 | var entry; |
| 1554 | if( item.getAsEntry ){ entry = item.getAsEntry(); } |
| 1555 | else if( item.webkitGetAsEntry ){ entry = item.webkitGetAsEntry(); } |
| 1556 | return entry; |
| 1557 | } |
| 1558 | |
| 1559 | |
| 1560 | function _readEntryAsFiles(entry, callback){ |
no outgoing calls
no test coverage detected