Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dhttp2.js6 const kFrameData = Symbol('frame-data'); constant
63 this[kFrameData] = Buffer.alloc(9);
64 write24BE(this[kFrameData], 0, length);
65 write8(this[kFrameData], 3, type);
66 write8(this[kFrameData], 4, flags);
67 write32BE(this[kFrameData], 5, id);
71 return this[kFrameData];
97 buffers.unshift(this[kFrameData]);
98 this[kFrameData] = Buffer.concat(buffers);
115 buffers.unshift(this[kFrameData]);
[all …]