/third_party/node/test/parallel/ |
D | test-perf-hooks-resourcetiming.js | 8 PerformanceEntry, 17 assert(PerformanceEntry); 18 assert.throws(() => new PerformanceEntry(), { code: 'ERR_ILLEGAL_CONSTRUCTOR' }); 89 assert(resource instanceof PerformanceEntry); 131 assert(resource instanceof PerformanceEntry); 228 assert(resource instanceof PerformanceEntry); 255 assert(resource instanceof PerformanceEntry); 267 assert(resource instanceof PerformanceEntry); 310 assert(resource instanceof PerformanceEntry);
|
D | test-perf-hooks-usertiming.js | 7 PerformanceEntry, 18 assert(PerformanceEntry); 25 assert(m instanceof PerformanceEntry);
|
/third_party/node/lib/internal/perf/ |
D | performance_entry.js | 30 class PerformanceEntry { class 77 InternalPerformanceEntry.prototype.constructor = PerformanceEntry; 80 PerformanceEntry.prototype); 84 PerformanceEntry, property
|
D | nodetiming.js | 8 const { PerformanceEntry } = require('internal/perf/performance_entry'); 158 PerformanceEntry.prototype);
|
/third_party/node/src/ |
D | node_perf.h | 90 struct PerformanceEntry { struct 97 PerformanceEntry( in PerformanceEntry() argument 109 const PerformanceEntry<Traits>& entry) { in GetDetails() argument 158 const PerformanceEntry<GCPerformanceEntryTraits>& entry); 161 using GCPerformanceEntry = PerformanceEntry<GCPerformanceEntryTraits>;
|
D | node_http2.h | 949 const performance::PerformanceEntry<Http2SessionPerformanceEntryTraits>& 961 const performance::PerformanceEntry<Http2StreamPerformanceEntryTraits>& 966 performance::PerformanceEntry<Http2SessionPerformanceEntryTraits>; 968 performance::PerformanceEntry<Http2StreamPerformanceEntryTraits>;
|
/third_party/node/doc/api/ |
D | perf_hooks.md | 150 * Returns: {PerformanceEntry\[]} 152 Returns a list of `PerformanceEntry` objects in chronological order with 165 * Returns: {PerformanceEntry\[]} 167 Returns a list of `PerformanceEntry` objects in chronological order 179 * Returns: {PerformanceEntry\[]} 181 Returns a list of `PerformanceEntry` objects in chronological order 202 `PerformanceMark` is a subclass of `PerformanceEntry` whose 228 `PerformanceResourceTiming` is a subclass of `PerformanceEntry` whose 265 `PerformanceMeasure` is a subclass of `PerformanceEntry` whose 409 ## Class: `PerformanceEntry` [all …]
|
D | http2.md | 4110 The `entryType` property of the `PerformanceEntry` will be equal to `'http2'`. 4112 The `name` property of the `PerformanceEntry` will be equal to either 4115 If `name` is equal to `Http2Stream`, the `PerformanceEntry` will contain the 4124 `PerformanceEntry` `startTime` and the reception of the first `DATA` frame. 4126 the `PerformanceEntry` `startTime` and sending of the first `DATA` frame. 4128 `PerformanceEntry` `startTime` and the reception of the first header. 4130 If `name` is equal to `Http2Session`, the `PerformanceEntry` will contain the
|
D | deprecations.md | 2935 ### DEP0152: Extension PerformanceEntry properties 2946 The `'gc'`, `'http2'`, and `'http'` {PerformanceEntry} object types have 2949 of the `PerformanceEntry` object. The existing accessors have been
|
/third_party/node/lib/ |
D | perf_hooks.js | 11 const { PerformanceEntry } = require('internal/perf/performance_entry'); 34 PerformanceEntry, property
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | user-timing.idl | 26 interface PerformanceMark : PerformanceEntry { 32 interface PerformanceMeasure : PerformanceEntry {
|
D | performance-timeline.idl | 11 typedef sequence<PerformanceEntry> PerformanceEntryList; 14 interface PerformanceEntry {
|
/third_party/typescript/src/compiler/ |
D | performanceCore.ts | 22 export interface PerformanceEntry { interface 41 export type PerformanceEntryList = PerformanceEntry[];
|
/third_party/typescript/tests/baselines/reference/ |
D | globalThisBlockscopedProperties.types | 67 … "PaymentRequestUpdateEvent" | "PaymentResponse" | "Performance" | "PerformanceEntry" | "Performan…
|
D | mappedTypeRecursiveInference.types | 100 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform… 102 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform… 108 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform… 110 …entRequestUpdateEvent: any; PaymentResponse: any; Performance: any; PerformanceEntry: any; Perform…
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 180 'PerformanceEntry': 'perf_hooks.html#class-performanceentry', property
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 2663 interface PerformanceEntry { interface 2671 declare var PerformanceEntry: { variable 2672 prototype: PerformanceEntry; 2673 new(): PerformanceEntry; 2677 interface PerformanceMark extends PerformanceEntry { 2687 interface PerformanceMeasure extends PerformanceEntry { 2720 interface PerformanceResourceTiming extends PerformanceEntry { 6118 type PerformanceEntryList = PerformanceEntry[];
|
D | lib.dom.d.ts | 10660 interface PerformanceEntry { interface 10668 declare var PerformanceEntry: { variable 10669 prototype: PerformanceEntry; 10670 new(): PerformanceEntry; 10673 interface PerformanceEventTiming extends PerformanceEntry { 10687 interface PerformanceMark extends PerformanceEntry { 10697 interface PerformanceMeasure extends PerformanceEntry { 10776 interface PerformancePaintTiming extends PerformanceEntry { 10785 interface PerformanceResourceTiming extends PerformanceEntry { 18340 type PerformanceEntryList = PerformanceEntry[];
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 2643 interface PerformanceEntry { interface 2651 declare var PerformanceEntry: { variable 2652 prototype: PerformanceEntry; 2653 new(): PerformanceEntry; 2657 interface PerformanceMark extends PerformanceEntry { 2667 interface PerformanceMeasure extends PerformanceEntry { 2700 interface PerformanceResourceTiming extends PerformanceEntry { 6098 type PerformanceEntryList = PerformanceEntry[];
|
D | dom.generated.d.ts | 10640 interface PerformanceEntry { interface 10648 declare var PerformanceEntry: { variable 10649 prototype: PerformanceEntry; 10650 new(): PerformanceEntry; 10653 interface PerformanceEventTiming extends PerformanceEntry { 10667 interface PerformanceMark extends PerformanceEntry { 10677 interface PerformanceMeasure extends PerformanceEntry { 10756 interface PerformancePaintTiming extends PerformanceEntry { 10765 interface PerformanceResourceTiming extends PerformanceEntry { 18320 type PerformanceEntryList = PerformanceEntry[];
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 12226 interface PerformanceEntry { interface 12233 declare var PerformanceEntry: { variable 12234 prototype: PerformanceEntry; 12235 new(): PerformanceEntry; 12238 interface PerformanceMark extends PerformanceEntry { 12246 interface PerformanceMeasure extends PerformanceEntry { 12273 interface PerformanceNavigationTiming extends PerformanceEntry { 12303 interface PerformanceResourceTiming extends PerformanceEntry {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 136622 PerformanceEntry, enumerator 137396 PerformanceEntry, enumerator 140924 struct PrototypeTraits<prototypes::id::PerformanceEntry>
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 2624 …ps://github.com/nodejs/node/commit/fd1a8924fd)] - **src**: constify PerformanceEntry data members …
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 4403 return PerformanceEntry::startTime();
|