MCPcopy Index your code
hub / github.com/nodejs/node / context

Method context

lib/internal/vm/module.js:173–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 get context() {
174 validateThisInternalField(this, kWrap, 'Module');
175 return this[kContext];
176 }
177
178 get namespace() {
179 validateThisInternalField(this, kWrap, 'Module');

Calls

no outgoing calls

Tested by

no test coverage detected