Home
last modified time | relevance | path

Searched refs:ReadFileContext (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/fs/
Dread_file_context.js74 class ReadFileContext { class
133 module.exports = ReadFileContext;
/third_party/node/lib/
Dfs.js133 let ReadFileContext; variable
322 if (!ReadFileContext)
323 ReadFileContext = require('internal/fs/read_file_context');
324 const context = new ReadFileContext(callback, options.encoding);