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

Function step6

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

Source from the content-addressed store, hash-verified

99 }
100
101 function step6(msg)
102 {
103 if(msg != undefined) {
104 assert_unreached(msg);
105 }
106 assert_equals(storageEventList.length, 8);
107 assert_equals(storageEventList[7].key, null);
108 assert_equals(storageEventList[7].oldValue, null);
109 assert_equals(storageEventList[7].newValue, null);
110
111 t.done();
112 }
113
114 }, storageString + " mutations fire StorageEvents that are caught by the event listener attached via setattribute.");
115});

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…