Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_for_testing
Method · 0.50
testFileList_x64
Method · 0.50
testFileList_x64_shard0
Method · 0.50
testFileList_x64_shard1
Method · 0.50
testFileList_arm
Method · 0.50
create_collector
Method · 0.50
testWriteGCMoleResults
Method · 0.50
Calls
no outgoing calls
Tested by
7
testFileList_for_testing
Method · 0.40
testFileList_x64
Method · 0.40
testFileList_x64_shard0
Method · 0.40
testFileList_x64_shard1
Method · 0.40
testFileList_arm
Method · 0.40
create_collector
Method · 0.40
testWriteGCMoleResults
Method · 0.40