Searched refs:kPerContextModuleId (Results 1 – 1 of 1) sorted by relevance
75 const kPerContextModuleId = Symbol('kPerContextModuleId'); constant107 } else if (context[kPerContextModuleId] !== undefined) {108 const curId = context[kPerContextModuleId];110 context[kPerContextModuleId] += 1;113 ObjectDefineProperty(context, kPerContextModuleId, {