MCPcopy Create free account
hub / github.com/nodejs/node / step3

Function step3

test/fixtures/wpt/webstorage/event_case_sensitive.js:42–50  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

40 }
41
42 function step3(msg)
43 {
44 if(msg != undefined) {
45 assert_unreached(msg);
46 }
47 assert_equals(storageEventList.length, 1);
48
49 t.done();
50 }
51 }, storageString + " storage events fire even when only the case of the value changes.");
52});

Callers

nothing calls this directly

Calls 3

assert_unreachedFunction · 0.50
assert_equalsFunction · 0.50
doneMethod · 0.45

Tested by

no test coverage detected