| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 86644b9 commit 28b95a5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,7 @@ const bench = common.createBenchmark(main, { | |||
| 55 | 55 | ||
| 56 | 56 | function main({ n, input }) { | |
| 57 | 57 | let inputs = [input]; | |
| 58 | - if (groupedInputs.hasOwnProperty(input)) { | ||
| 58 | + if (Object.hasOwn(groupedInputs, input)) { | ||
| 59 | 59 | inputs = groupedInputs[input]; | |
| 60 | 60 | } | |
| 61 | 61 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments