CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 15:03:17 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/nodejs/node.git
etag: W/"046c4b170b16e8b9e6aafff2ec03258e"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=ZcO8APEK8Hj1%2B7vupa1YZsr5NWnCwWiJPWFMpbNZykXo0DApL5SD%2BNmwPtUeUUbyGylmtkvusiIYQfbDo8XtWyZi8KAVi5shvzpYLPy3m9wrqy8sw59fRhuBqnABB%2FsvP8ywZWAVtAKelGgY%2BcBmBOp0JE8c4ZYKj7bOjft7MAuyhRjVWLZdCjQUF8g4aqjNxH7ugOnr6WCXLhdp%2BqpWMT9Pi1jbYMvTaTO3vqJJgFWmDttMMuUJNpVY9JS8o8xH4YBuHOAVCuId2PJg8FvYYQ%3D%3D--%2FoKyxM4E0e1ecQnu--hP%2Fk%2FNZATCDkgfwNvzyUuw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2103625687.1753110196; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:03:16 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:03:16 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E144:ECC08:E5EA:10C15:687E56B4
src: use v8::LocalVector consistently with other minor cleanups · nodejs/node@29f5d70 · GitHub
Copy file name to clipboardExpand all lines: src/crypto/crypto_cipher.cc
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Commit 29f5d70
src: use v8::LocalVector consistently with other minor cleanups
V8 introduced `v8::LocalVector` somewhat recently as an alternative
to using `std::vector<v8::Local<T>>` to help ensure that Local handles
are handled correctly. This updates most (but not all) of our uses
of `std::vector<v8::Local<T>>` to use `v8::LocalVector<T>` with a few
other minor cleanups encountered along the way.
PR-URL: #56417
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>1 parent 03df76c commit 29f5d70Copy full SHA for 29f5d70
File tree
Expand file treeCollapse file tree
19 files changed
+122
-99
lines changedFilter options
- src
- crypto
Expand file treeCollapse file tree
19 files changed
+122
-99
lines changed+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| 72 | + | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
159 | 161 |
| |
160 | 162 |
| |
161 | 163 |
| |
162 |
| - | |
| 164 | + | |
163 | 165 |
| |
164 | 166 |
| |
165 | 167 |
| |
| |||
1577 | 1579 |
| |
1578 | 1580 |
| |
1579 | 1581 |
| |
1580 |
| - | |
| 1582 | + | |
1581 | 1583 |
| |
1582 | 1584 |
| |
1583 | 1585 |
| |
|
src/crypto/crypto_cipher.cc
Copy file name to clipboardExpand all lines: src/crypto/crypto_cipher.cc+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
222 | 223 |
| |
223 | 224 |
| |
224 | 225 |
| |
225 |
| - | |
| 226 | + | |
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
98 |
| - | |
| 99 | + | |
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
|
+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
148 |
| - | |
149 | 148 |
| |
| 149 | + | |
| 150 | + | |
150 | 151 |
| |
151 | 152 |
| |
152 | 153 |
| |
|
+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
236 | 237 |
| |
237 | 238 |
| |
238 | 239 |
| |
239 |
| - | |
| 240 | + | |
240 | 241 |
| |
241 | 242 |
| |
242 | 243 |
| |
| |||
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
255 |
| - | |
| 256 | + | |
256 | 257 |
| |
257 | 258 |
| |
258 | 259 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
59 |
| - | |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
|
+47-38Lines changed: 47 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
| 33 | + | |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
34 | 37 |
| |
| 38 | + | |
35 | 39 |
| |
| 40 | + | |
| 41 | + | |
36 | 42 |
| |
37 | 43 |
| |
| 44 | + | |
38 | 45 |
| |
39 | 46 |
| |
40 | 47 |
| |
| 48 | + | |
| 49 | + | |
41 | 50 |
| |
42 | 51 |
| |
43 | 52 |
| |
44 | 53 |
| |
| 54 | + | |
45 | 55 |
| |
46 | 56 |
| |
47 | 57 |
| |
| |||
103 | 113 |
| |
104 | 114 |
| |
105 | 115 |
| |
106 |
| - | |
| 116 | + | |
107 | 117 |
| |
108 | 118 |
| |
109 | 119 |
| |
| |||
115 | 125 |
| |
116 | 126 |
| |
117 | 127 |
| |
118 |
| - | |
| 128 | + | |
119 | 129 |
| |
120 | 130 |
| |
121 | 131 |
| |
122 |
| - | |
| 132 | + | |
123 | 133 |
| |
124 | 134 |
| |
125 | 135 |
| |
126 | 136 |
| |
127 | 137 |
| |
128 |
| - | |
| 138 | + | |
129 | 139 |
| |
130 | 140 |
| |
131 | 141 |
| |
| |||
138 | 148 |
| |
139 | 149 |
| |
140 | 150 |
| |
141 |
| - | |
| 151 | + | |
142 | 152 |
| |
143 | 153 |
| |
144 | 154 |
| |
| |||
229 | 239 |
| |
230 | 240 |
| |
231 | 241 |
| |
232 |
| - | |
| 242 | + | |
233 | 243 |
| |
234 | 244 |
| |
235 | 245 |
| |
| |||
245 | 255 |
| |
246 | 256 |
| |
247 | 257 |
| |
248 |
| - | |
| 258 | + | |
249 | 259 |
| |
250 | 260 |
| |
251 | 261 |
| |
| |||
324 | 334 |
| |
325 | 335 |
| |
326 | 336 |
| |
327 |
| - | |
| 337 | + | |
328 | 338 |
| |
329 | 339 |
| |
330 | 340 |
| |
| |||
405 | 415 |
| |
406 | 416 |
| |
407 | 417 |
| |
408 |
| - | |
409 |
| - | |
| 418 | + | |
| 419 | + | |
410 | 420 |
| |
411 | 421 |
| |
412 | 422 |
| |
413 |
| - | |
| 423 | + | |
414 | 424 |
| |
415 | 425 |
| |
416 | 426 |
| |
417 | 427 |
| |
418 |
| - | |
| 428 | + | |
419 | 429 |
| |
420 | 430 |
| |
421 | 431 |
| |
422 | 432 |
| |
423 |
| - | |
| 433 | + | |
424 | 434 |
| |
425 | 435 |
| |
426 | 436 |
| |
| |||
434 | 444 |
| |
435 | 445 |
| |
436 | 446 |
| |
437 |
| - | |
| 447 | + | |
438 | 448 |
| |
439 | 449 |
| |
440 | 450 |
| |
| |||
444 | 454 |
| |
445 | 455 |
| |
446 | 456 |
| |
447 |
| - | |
448 |
| - | |
| 457 | + | |
| 458 | + | |
449 | 459 |
| |
450 | 460 |
| |
451 | 461 |
| |
| |||
481 | 491 |
| |
482 | 492 |
| |
483 | 493 |
| |
484 |
| - | |
| 494 | + | |
485 | 495 |
| |
486 | 496 |
| |
487 | 497 |
| |
488 |
| - | |
| 498 | + | |
489 | 499 |
| |
490 | 500 |
| |
491 | 501 |
| |
| |||
669 | 679 |
| |
670 | 680 |
| |
671 | 681 |
| |
672 |
| - | |
673 |
| - | |
674 |
| - | |
675 |
| - | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
676 | 686 |
| |
677 | 687 |
| |
678 | 688 |
| |
679 | 689 |
| |
680 | 690 |
| |
681 | 691 |
| |
682 | 692 |
| |
683 |
| - | |
684 |
| - | |
| 693 | + | |
685 | 694 |
| |
686 | 695 |
| |
687 | 696 |
| |
| |||
718 | 727 |
| |
719 | 728 |
| |
720 | 729 |
| |
721 |
| - | |
722 |
| - | |
| 730 | + | |
| 731 | + | |
723 | 732 |
| |
724 | 733 |
| |
725 |
| - | |
726 |
| - | |
727 |
| - | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
728 | 737 |
| |
729 |
| - | |
| 738 | + | |
730 | 739 |
| |
731 | 740 |
| |
732 | 741 |
| |
| |||
746 | 755 |
| |
747 | 756 |
| |
748 | 757 |
| |
749 |
| - | |
750 |
| - | |
| 758 | + | |
| 759 | + | |
751 | 760 |
| |
752 | 761 |
| |
753 |
| - | |
754 |
| - | |
755 |
| - | |
756 |
| - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
757 | 766 |
| |
758 | 767 |
| |
759 | 768 |
| |
| |||
825 | 834 |
| |
826 | 835 |
| |
827 | 836 |
| |
828 |
| - | |
| 837 | + | |
829 | 838 |
| |
830 | 839 |
| |
831 | 840 |
| |
| |||
1011 | 1020 |
| |
1012 | 1021 |
| |
1013 | 1022 |
| |
1014 |
| - | |
| 1023 | + | |
1015 | 1024 |
| |
1016 | 1025 |
| |
1017 | 1026 |
| |
|
You can’t perform that action at this time.
0 commit comments