Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ storage_enumerate.window.js
File
storage_enumerate.window.js
test/fixtures/wpt/webstorage/storage_enumerate.window.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
[
"localStorage"
,
"sessionStorage"
].forEach(
function
(name) {
2
test(
function
() {
3
assert_true(name in window, name +
" exist"
);
4
Callers
nothing calls this directly
Calls
11
sort
Method · 0.80
forEach
Method · 0.65
clear
Method · 0.65
keys
Method · 0.65
test
Function · 0.50
assert_true
Function · 0.50
assert_array_equals
Function · 0.50
assert_equals
Function · 0.50
setItem
Method · 0.45
hasOwnProperty
Method · 0.45
values
Method · 0.45
Tested by
no test coverage detected