We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e89e9 commit aa0a3ffCopy full SHA for aa0a3ff
1 file changed
src/node_builtins.cc
@@ -150,6 +150,9 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
150
#endif
151
"internal/test/binding", "internal/v8_prof_polyfill",
152
"internal/v8_prof_processor",
153
+#if !_WIN32
154
+ "internal/code_integrity", // Only implemented on Windows
155
+#endif
156
};
157
158
auto source = source_.read();
0 commit comments