Searched refs:isCustomIterable (Results 1 - 1 of 1) sorted by relevance
/third_party/node/lib/internal/fs/ | ||
H A D | promises.js | 437 if (isCustomIterable(data)) { 991 if (!isArrayBufferView(data) && !isCustomIterable(data)) { 1007 function isCustomIterable(obj) { function |
Completed in 1 milliseconds