MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / func

Function func

example/tests/sandbox_test.js:527–527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 );
526 handled = false;
527 const func = function () { handled = true };
528 window.onfocus = func;
529 assertSame(func, window.onfocus, "function 对象应被保存");
530 unsafeWindow.dispatchEvent(new Event("focus"));

Callers 4

connectHandleMethod · 0.85
messageHandleMethod · 0.85
nextMethod · 0.85
utils.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected