MCPcopy Create free account
hub / github.com/nodejs/node / Options

Function Options

deps/v8/test/mjsunit/harmony/error-cause.js:127–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125// Cause in the options prototype chain
126(function () {
127 function Options() {};
128 Options.prototype.cause = 'cause in the prototype';
129 const options = new Options();
130 const err = Error('message', options);

Callers 7

testFileList_x64Method · 0.50
testFileList_armMethod · 0.50
create_collectorMethod · 0.50

Calls

no outgoing calls

Tested by 7

testFileList_x64Method · 0.40
testFileList_armMethod · 0.40
create_collectorMethod · 0.40