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

Method timeStamp

lib/internal/event_target.js:244–248  ·  view source on GitHub ↗

* @type {number}

()

Source from the content-addressed store, hash-verified

242 * @type {number}
243 */
244 get timeStamp() {
245 if (!isEvent(this))
246 throw new ERR_INVALID_THIS('Event');
247 return this.#timestamp;
248 }
249
250
251 // The following are non-op and unused properties/methods from Web API Event.

Callers 2

console.jsFile · 0.80
console.jsFile · 0.80

Calls 1

isEventFunction · 0.85

Tested by

no test coverage detected