Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_base-inl.h157 void WriteWrap::SetBackingStore(std::unique_ptr<v8::BackingStore> bs) { in SetBackingStore() function
Dstream_pipe.cc151 res.wrap->SetBackingStore(std::move(bs)); in ProcessData()
Dstream_base.h94 inline void SetBackingStore(std::unique_ptr<v8::BackingStore> bs);
Dstream_base.cc291 res.wrap->SetBackingStore(std::move(bs)); in Writev()
440 res.wrap->SetBackingStore(std::move(bs)); in WriteString()