Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-performance-resourcetimingbuffersize.js38 assert.strictEqual(performance.getEntriesByType('resource').length, 0);
48 assert.strictEqual(performance.getEntriesByType('resource').length, 1);
54 assert.strictEqual(performance.getEntriesByType('resource').length, 1);
57 assert.strictEqual(performance.getEntriesByType('resource').length, 0);
61 assert.strictEqual(performance.getEntriesByType('resource').length, 0);
67 assert.strictEqual(performance.getEntriesByType('resource').length, 1);
H A Dtest-performance-resourcetimingbufferfull.js41 assert.strictEqual(performance.getEntriesByType('resource').length, 1);
50 assert.strictEqual(performance.getEntriesByType('resource').length, 0);
59 const entries = performance.getEntriesByType('resource');
80 assert.strictEqual(performance.getEntriesByType('resource').length, 1);
89 const entries = performance.getEntriesByType('resource');
111 assert.strictEqual(performance.getEntriesByType('resource').length, 2);
120 const entries = performance.getEntriesByType('resource');
H A Dtest-perf-hooks-resourcetiming.js99 const entries = performance.getEntriesByType('resource');
284 const entries = list.getEntriesByType('resource');
/third_party/node/lib/internal/perf/
H A Dperformance.js110 function getEntriesByType(type) { function
159 getEntriesByType: {
163 value: getEntriesByType,
H A Dobserve.js182 getEntriesByType(type) {
/third_party/node/test/fixtures/wpt/user-timing/
H A Dmark.any.js102 const entries = self.performance.getEntriesByType("mark");
104 }, "getEntriesByType(\"mark\")[" + index + "] returns an " +
108 const entries = self.performance.getEntriesByType("mark");
110 }, "The mark returned by getEntriesByType(\"mark\")[" + index
/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharnessextension.js177 getEntriesByType: function()
179 return this.performanceContext.getEntriesByType.apply(this.performanceContext, arguments);
H A Dwebperftestharness.js36 window.performance.getEntriesByType == undefined ||
/third_party/libwebsockets/test-apps/
H A Dtest.js512 var p = performance.getEntriesByType("resource");
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js512 var p = performance.getEntriesByType("resource");

Completed in 6 milliseconds