DIR: /proc/1991109/cwd/usr/share/nodejs/core-js/internals/ |
Current File : //proc/1991109/cwd/usr/share/nodejs/core-js/internals/async-iterator-wrap.js |
var call = require('../internals/function-call'); var createAsyncIteratorProxy = require('../internals/async-iterator-create-proxy'); module.exports = createAsyncIteratorProxy(function () { return call(this.next, this.iterator); }, true); |