Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ missing_arguments.window.js
File
missing_arguments.window.js
test/fixtures/wpt/webstorage/missing_arguments.window.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
tests = [
2
function
() { localStorage.key(); },
3
function
() { localStorage.getItem(); },
4
function
() { localStorage.setItem(); },
Callers
nothing calls this directly
Calls
7
forEach
Method · 0.65
test
Function · 0.50
assert_throws_js
Function · 0.50
format_value
Function · 0.50
key
Method · 0.45
setItem
Method · 0.45
removeItem
Method · 0.45
Tested by
no test coverage detected