⬅️ Back to Table of Contents
📄 EventDispatcher.tests.js
📊 Analysis Summary
Metric |
Count |
🔧 Functions |
1 |
📦 Imports |
1 |
📊 Variables & Constants |
9 |
📚 Table of Contents
🛠️ File Location:
📂 test/unit/src/core/EventDispatcher.tests.js
📦 Imports
Name |
Source |
EventDispatcher |
../../../../src/core/EventDispatcher.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
object |
EventDispatcher |
let/var |
new EventDispatcher() |
✗ |
eventDispatcher |
EventDispatcher |
let/var |
new EventDispatcher() |
✗ |
listener |
{} |
let/var |
{} |
✗ |
eventDispatcher |
EventDispatcher |
let/var |
new EventDispatcher() |
✗ |
listener |
{} |
let/var |
{} |
✗ |
eventDispatcher |
EventDispatcher |
let/var |
new EventDispatcher() |
✗ |
listener |
{} |
let/var |
{} |
✗ |
eventDispatcher |
EventDispatcher |
let/var |
new EventDispatcher() |
✗ |
callCount |
number |
let/var |
0 |
✗ |
Functions
listener(): void
Returns: void
Code
function () {
callCount ++;
}