MCPcopy 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

sortMethod · 0.80
forEachMethod · 0.65
clearMethod · 0.65
keysMethod · 0.65
testFunction · 0.50
assert_trueFunction · 0.50
assert_array_equalsFunction · 0.50
assert_equalsFunction · 0.50
setItemMethod · 0.45
hasOwnPropertyMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected