Searched refs:getEntriesByType (Results 1 - 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-performance-resourcetimingbuffersize.js | 38 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 D | test-performance-resourcetimingbufferfull.js | 41 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 D | test-perf-hooks-resourcetiming.js | 99 const entries = performance.getEntriesByType('resource'); 284 const entries = list.getEntriesByType('resource');
|
/third_party/node/lib/internal/perf/ |
H A D | performance.js | 110 function getEntriesByType(type) { function 159 getEntriesByType: { 163 value: getEntriesByType,
|
H A D | observe.js | 182 getEntriesByType(type) {
|
/third_party/node/test/fixtures/wpt/user-timing/ |
H A D | mark.any.js | 102 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 D | webperftestharnessextension.js | 177 getEntriesByType: function() 179 return this.performanceContext.getEntriesByType.apply(this.performanceContext, arguments);
|
H A D | webperftestharness.js | 36 window.performance.getEntriesByType == undefined ||
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 512 var p = performance.getEntriesByType("resource");
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 512 var p = performance.getEntriesByType("resource");
|
Completed in 6 milliseconds