ion tick(context) { ReflectApply(readFileAfterClose, { context }, [null]); }, this); return; } const req = new FSReqCallback(); req.oncomplete = readFileAfterClose; req.context = this; this.err = err; close(this.fd, req); } } module.exports = ReadFileContext;