Home
last modified time | relevance | path

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

/third_party/node/lib/
Dfs.js74 const { FSReqCallback, statValues } = binding;
218 const req = new FSReqCallback();
288 const req = new FSReqCallback();
345 const req = new FSReqCallback();
451 const req = new FSReqCallback();
479 const req = new FSReqCallback();
566 const req = new FSReqCallback();
631 const req = new FSReqCallback();
682 const req = new FSReqCallback();
700 const req = new FSReqCallback();
[all …]
/third_party/node/src/
Dnode_file.h129 class FSReqCallback final : public FSReqBase {
131 inline FSReqCallback(BindingData* binding_data,
140 SET_MEMORY_INFO_NAME(FSReqCallback)
141 SET_SELF_SIZE(FSReqCallback)
143 FSReqCallback(const FSReqCallback&) = delete;
144 FSReqCallback& operator=(const FSReqCallback&) = delete;
Dnode_file-inl.h77 FSReqCallback::FSReqCallback(BindingData* binding_data, in FSReqCallback() function
Dnode_file.cc566 void FSReqCallback::Reject(Local<Value> reject) { in Reject()
570 void FSReqCallback::ResolveStat(const uv_stat_t* stat) { in ResolveStat()
574 void FSReqCallback::Resolve(Local<Value> value) { in Resolve()
584 void FSReqCallback::SetReturnValue(const FunctionCallbackInfo<Value>& args) { in SetReturnValue()
591 new FSReqCallback(binding_data, args.This(), args[0]->IsTrue()); in NewFSReqCallback()
/third_party/node/lib/internal/fs/
Ddir.js22 const { FSReqCallback } = binding;
105 const req = new FSReqCallback();
187 const req = new FSReqCallback();
248 const req = new FSReqCallback();
Dread_file_context.js16 const { FSReqCallback, close, read } = internalBinding('fs');
109 const req = new FSReqCallback();
124 const req = new FSReqCallback();
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js146 const FSReqCallback = binding.FSReqCallback; constant
147 const req = new FSReqCallback();
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js10 const FSReqWrap = binding.FSReqWrap || binding.FSReqCallback
/third_party/node/doc/api/
Dasync_hooks.md65 // time for requests (such as FSReqCallback).
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2635 …it/172b4d7ceb)] - **(SEMVER-MAJOR)** **src,lib**: rename FSReqWrap to FSReqCallback (Jon Moss) [#2…
DCHANGELOG_V14.md2547 …e/commit/541be526c3)] - **fs**: do not throw exception after creating FSReqCallback (Anna Hennings…