Home
last modified time | relevance | path

Searched refs:InternalPerformance (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/internal/perf/
H A Dperformance.js118 class InternalPerformance extends EventTarget {} class
119 InternalPerformance.prototype.constructor = Performance.prototype.constructor;
120 ObjectSetPrototypeOf(InternalPerformance.prototype, Performance.prototype);
236 const performance = new InternalPerformance();

Completed in 1 milliseconds