Commit af2a560
lib: add %TypedArray% abstract constructor to primordials
Refs: #35448
Refs: #36003
Refs: https://tc39.es/ecma262/#sec-%typedarray%-intrinsic-object
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #36016
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>1 parent 77e4f19 commit af2a560Copy full SHA for af2a560
File tree
Expand file treeCollapse file tree
4 files changed
+20
-9
lines changedOpen diff view settings
Filter options
- lib/internal
- per_context
- util
Expand file treeCollapse file tree
4 files changed
+20
-9
lines changedOpen diff view settings
Collapse file
lib/internal/freeze_intrinsics.js
Copy file name to clipboardExpand all lines: lib/internal/freeze_intrinsics.js+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
65 | 65 | |
66 | 66 | |
67 | 67 | |
| 68 | + |
| 69 | + |
68 | 70 | |
69 | 71 | |
70 | 72 | |
| ||
105 | 107 | |
106 | 108 | |
107 | 109 | |
108 | | - |
| 110 | + |
109 | 111 | |
110 | 112 | |
111 | 113 | |
| ||
189 | 191 | |
190 | 192 | |
191 | 193 | |
192 | | - |
| 194 | + |
193 | 195 | |
194 | 196 | |
195 | 197 | |
|
Collapse file
lib/internal/per_context/primordials.js
Copy file name to clipboardExpand all lines: lib/internal/per_context/primordials.js+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
175 | 175 | |
176 | 176 | |
177 | 177 | |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
178 | 191 | |
179 | 192 | |
Collapse file
lib/internal/util/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
| 60 | + |
60 | 61 | |
61 | 62 | |
62 | 63 | |
63 | | - |
64 | 64 | |
65 | 65 | |
66 | 66 | |
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | | - |
145 | | - |
| 144 | + |
146 | 145 | |
147 | 146 | |
148 | 147 | |
|
Collapse file
+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | | - |
| 7 | + |
9 | 8 | |
10 | 9 | |
11 | 10 | |
12 | | - |
13 | | - |
14 | 11 | |
15 | 12 | |
16 | 13 | |
|
0 commit comments