Home
last modified time | relevance | path

Searched defs:kConstruct (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/undici/src/lib/cache/
Dsymbols.js4 kConstruct: Symbol('constructable') property
/third_party/node/lib/internal/streams/
Ddestroy.js21 const kConstruct = Symbol('kConstruct'); constant
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Ddestroy.js17 const kConstruct = Symbol('kConstruct') constant
/third_party/node/deps/v8/src/builtins/
Dbuiltins.h292 enum class CallOrConstructMode { kCall, kConstruct }; enumerator