Home
last modified time | relevance | path

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

/third_party/node/lib/internal/vm/
Dmodule.js75 const kPerContextModuleId = Symbol('kPerContextModuleId'); constant
107 } else if (context[kPerContextModuleId] !== undefined) {
108 const curId = context[kPerContextModuleId];
110 context[kPerContextModuleId] += 1;
113 ObjectDefineProperty(context, kPerContextModuleId, {