MCPcopy Index your code
hub / github.com/nodejs/node / step6

Function step6

test/fixtures/wpt/webstorage/event_basic.js:112–125  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

110 }
111
112 function step6(msg)
113 {
114 if(msg != undefined) {
115 assert_unreached(msg);
116 }
117 assert_equals(storageEventList.length, 8);
118 assert_equals(storageEventList[7].storageAreaString, storageString,
119 "Storage event came from wrong storage type.");
120 assert_equals(storageEventList[7].key, null);
121 assert_equals(storageEventList[7].oldValue, null);
122 assert_equals(storageEventList[7].newValue, null);
123
124 t.done();
125 }
126
127 }, storageString + " mutations fire StorageEvents that are caught by the event listener set via window.onstorage.");
128});

Callers

nothing calls this directly

Calls 3

assert_unreachedFunction · 0.50
assert_equalsFunction · 0.50
doneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…