Commit 9b730ad
lib: use strict equality comparison
Change '==' to '===' in v8_prof_polyfill.js, punycode.js.
PR-URL: #30898
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 17fc4b0 commit 9b730adCopy full SHA for 9b730ad
File tree
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedOpen diff view settings
Filter options
- lib
- internal
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedOpen diff view settings
Collapse file
lib/internal/v8_prof_polyfill.js
Copy file name to clipboardExpand all lines: lib/internal/v8_prof_polyfill.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
342 | 342 | |
343 | 343 | |
344 | 344 | |
345 | | - |
| 345 | + |
346 | 346 | |
347 | 347 | |
348 | 348 | |
| ||
359 | 359 | |
360 | 360 | |
361 | 361 | |
362 | | - |
| 362 | + |
363 | 363 | |
364 | 364 | |
365 | 365 | |
|
0 commit comments