Searched refs:kID (Results 1 – 5 of 5) sorted by relevance
/third_party/node/lib/internal/http2/ |
D | core.js | 184 debugStream(stream[kID], type, message, ...args); 211 const kID = Symbol('id'); constant 805 if (options.parent === this[kID]) 1937 this[kID] = id; 1951 id: this[kID] || '<pending>', 1984 return this[kID] === undefined; 1990 return this[kID]; 2024 const id = this[kID]; 2231 const id = this[kID]; 2233 debugStream(this[kID] || 'pending', session[kType], 'destroying stream'); [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | pattern_engine.cc | 28 static int kID = 0; in GetNextTag() local 29 return kID++; in GetNextTag()
|
/third_party/node/src/ |
D | module_wrap.h | 29 kID = 9, enumerator
|
D | module_wrap.cc | 245 host_defined_options->Set(isolate, HostDefinedOptions::kID, in New() 561 uint32_t id = options->Get(iso, HostDefinedOptions::kID) in ImportModuleDynamically()
|
D | node_contextify.cc | 747 host_defined_options->Set(isolate, loader::HostDefinedOptions::kID, in New() 1114 isolate, loader::HostDefinedOptions::kID, Number::New(isolate, id)); in CompileFunction()
|