Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ testError
Function
testError
deps/v8/test/mjsunit/json-parser-double-arrays.js:13–15 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
11
}
12
13
function
testError(string) {
14
assertThrows(() => JSON.parse(string));
15
}
16
17
test(
'[]'
, []);
18
test(
'[ ]'
, []);
Callers
1
json-parser-double-arrays.js
File · 0.70
Calls
2
parse
Method · 0.65
assertThrows
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…