Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ readonly
Function
readonly
test/parallel/test-util-inspect.js:374–374 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
372
{
373
assert.strictEqual(
374
util.inspect({ get readonly() {
return
1; } }),
375
'{ readonly: [Getter] }'
);
376
377
assert.strictEqual(
Callers
1
TestAllScenarios
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected