MCPcopy 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

RunMethod · 0.45
dump_bytecodeMethod · 0.45
createFunction · 0.45
AddElementsFunction · 0.45
getHexStyleFunction · 0.45
_readHostObjectMethod · 0.45
postMethod · 0.45
_handleErrorMethod · 0.45
watchFileFunction · 0.45
realpathSyncFunction · 0.45
gotStatFunction · 0.45
runInAsyncScopeMethod · 0.45

Calls 1

ObjectAssignFunction · 0.85

Tested by 2

RunMethod · 0.36
testFunction · 0.36