Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ set
Method
set
lib/repl.js:721–724 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
719
return
writer.options;
720
},
721
set(options) {
722
validateObject(options,
'options'
);
723
return
ObjectAssign(writer.options, options);
724
},
725
enumerable: true,
726
configurable: true,
727
});
Callers
15
Run
Method · 0.45
dump_bytecode
Method · 0.45
create
Function · 0.45
AddElements
Function · 0.45
getHexStyle
Function · 0.45
_readHostObject
Method · 0.45
post
Method · 0.45
_handleError
Method · 0.45
watchFile
Function · 0.45
realpathSync
Function · 0.45
gotStat
Function · 0.45
runInAsyncScope
Method · 0.45
Calls
1
ObjectAssign
Function · 0.85
Tested by
2
Run
Method · 0.36
test
Function · 0.36