Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ storage_string_conversion.window.js
File
storage_string_conversion.window.js
test/fixtures/wpt/webstorage/storage_string_conversion.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
6
forEach
Method · 0.65
clear
Method · 0.65
test
Function · 0.50
assert_true
Function · 0.50
assert_equals
Function · 0.50
setItem
Method · 0.45
Tested by
no test coverage detected