Commit dfe4237
perf_hooks: align toStringTag with other Web Performance implementations
This gets `Symbol.toStringTag` on Web Performance APIs to be aligned
with the other runtime implementations.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: #45157
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Feng Yu <F3n67u@outlook.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent e60d905 commit dfe4237Copy full SHA for dfe4237
File tree
Expand file treeCollapse file tree
4 files changed
+33
-12
lines changedOpen diff view settings
Filter options
- lib/internal/perf
- test/parallel
Expand file treeCollapse file tree
4 files changed
+33
-12
lines changedOpen diff view settings
Collapse file
lib/internal/perf/resource_timing.js
Copy file name to clipboardExpand all lines: lib/internal/perf/resource_timing.js+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | 32 | |
37 | 33 | |
38 | 34 | |
| ||
185 | 181 | |
186 | 182 | |
187 | 183 | |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
188 | 189 | |
189 | 190 | |
190 | 191 | |
|
Collapse file
lib/internal/perf/usertiming.js
Copy file name to clipboardExpand all lines: lib/internal/perf/usertiming.js+10-8Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
98 | 98 | |
99 | 99 | |
100 | 100 | |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | 101 | |
106 | 102 | |
107 | 103 | |
| ||
116 | 112 | |
117 | 113 | |
118 | 114 | |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
119 | 120 | |
120 | 121 | |
121 | 122 | |
| ||
127 | 128 | |
128 | 129 | |
129 | 130 | |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | 131 | |
135 | 132 | |
136 | 133 | |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
137 | 139 | |
138 | 140 | |
139 | 141 | |
|
Collapse file
test/parallel/test-perf-hooks-resourcetiming.js
Copy file name to clipboardExpand all lines: test/parallel/test-perf-hooks-resourcetiming.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
20 | 25 | |
21 | 26 | |
22 | 27 | |
|
Collapse file
test/parallel/test-perf-hooks-usertiming.js
Copy file name to clipboardExpand all lines: test/parallel/test-perf-hooks-usertiming.js+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
9 | 10 | |
10 | 11 | |
11 | 12 | |
| ||
18 | 19 | |
19 | 20 | |
20 | 21 | |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
21 | 34 | |
22 | 35 | |
23 | 36 | |
|
0 commit comments