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

Function set

test/common/index.js:605–608  ·  view source on GitHub ↗
(target, property, value, receiver)

Source from the content-addressed store, hash-verified

603 inspect(target));
604 },
605 set(target, property, value, receiver) {
606 assert.fail(`Expected no side effects, got ${inspect(value)} ` +
607 `assigned to ${inspect(property)}`);
608 },
609 setPrototypeOf(target, prototype) {
610 assert.fail(`Expected no side effects, got set prototype to ${prototype}`);
611 },

Callers 15

GetOutcomesMethod · 0.50
GetOutcomesMethod · 0.50
GetOutcomesMethod · 0.50
ClassifyTestsMethod · 0.50
MainFunction · 0.50
should_keepFunction · 0.50
mainFunction · 0.50
cpplint.pyFile · 0.50
ProcessExtensionsOptionFunction · 0.50
CheckInlineHeaderFunction · 0.50
_GetTextInsideFunction · 0.50
ParseArgumentsFunction · 0.50

Calls 2

inspectFunction · 0.50
failMethod · 0.45

Tested by 6

GetOutcomesMethod · 0.40
GetOutcomesMethod · 0.40
GetOutcomesMethod · 0.40
ClassifyTestsMethod · 0.40
MainFunction · 0.40
should_keepFunction · 0.40