Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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'
);
Callers
1
test-runner-custom-assertions.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected