Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tar/lib/
Dparse.js36 const WRITEENTRY = Symbol('writeEntry') constant
90 this[WRITEENTRY] = null
125 const entry = this[WRITEENTRY] = new Entry(header, this[EX], this[GEX])
206 const entry = this[WRITEENTRY]
215 this[WRITEENTRY] = null
223 const entry = this[WRITEENTRY]
227 if (!this[WRITEENTRY])
342 const entry = this[WRITEENTRY]