| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a4084d6 commit 2a6203d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,7 +90,7 @@ function extractFunctionName(description) { | |||
| 90 | 90 | } | |
| 91 | 91 | ||
| 92 | 92 | const PUBLIC_BUILTINS = require('module').builtinModules; | |
| 93 | - const NATIVES = PUBLIC_BUILTINS ? process.binding('natives') : {}; | ||
| 93 | + const NATIVES = PUBLIC_BUILTINS ? internalBinding('natives') : {}; | ||
| 94 | 94 | function isNativeUrl(url) { | |
| 95 | 95 | url = url.replace(/\.js$/, ''); | |
| 96 | 96 | if (PUBLIC_BUILTINS) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments