Commit 8809adf
src: clarify OptionEnvvarSettings member names
The term `Environment` in `kAllowedInEnvironment` and
`kDisallowedInEnvironment` has nothing to do with the commonly used
term `node::Environment`. Rename the member to `kAllowedInEnvvar`
and `kDisallowedInEnvvar` respectively to reflect they are options
of `OptionEnvvarSettings`.
As `OptionEnvvarSettings` is part of the public embedder APIs, the
legacy names are still preserved.
PR-URL: #45057
Backport-PR-URL: #45994
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent cfb18d8 commit 8809adfCopy full SHA for 8809adf
File tree
Expand file treeCollapse file tree
7 files changed
+177
-162
lines changedOpen diff view settings
Filter options
- lib/internal/process
- src
Expand file treeCollapse file tree
7 files changed
+177
-162
lines changedOpen diff view settings
Collapse file
lib/internal/process/per_thread.js
Copy file name to clipboardExpand all lines: lib/internal/process/per_thread.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
277 | 277 | |
278 | 278 | |
279 | 279 | |
280 | | - |
| 280 | + |
281 | 281 | |
282 | 282 | |
283 | 283 | |
284 | 284 | |
285 | 285 | |
286 | 286 | |
287 | | - |
| 287 | + |
288 | 288 | |
289 | 289 | |
290 | 290 | |
| ||
301 | 301 | |
302 | 302 | |
303 | 303 | |
304 | | - |
| 304 | + |
305 | 305 | |
306 | 306 | |
307 | 307 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
817 | 817 | |
818 | 818 | |
819 | 819 | |
820 | | - |
| 820 | + |
821 | 821 | |
822 | 822 | |
823 | 823 | |
| ||
827 | 827 | |
828 | 828 | |
829 | 829 | |
830 | | - |
| 830 | + |
831 | 831 | |
832 | 832 | |
833 | 833 | |
|
Collapse file
+17-2Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
361 | 361 | |
362 | 362 | |
363 | 363 | |
364 | | - |
365 | | - |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
366 | 374 | |
367 | 375 | |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
368 | 383 | |
369 | 384 | |
370 | 385 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
302 | 302 | |
303 | 303 | |
304 | 304 | |
305 | | - |
| 305 | + |
306 | 306 | |
307 | 307 | |
308 | 308 | |
| ||
374 | 374 | |
375 | 375 | |
376 | 376 | |
377 | | - |
378 | | - |
| 377 | + |
| 378 | + |
379 | 379 | |
380 | 380 | |
381 | 381 | |
|
0 commit comments