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 2fd8fdc commit a6fd948Copy full SHA for a6fd948
1 file changed
src/node_builtins.cc
@@ -145,6 +145,9 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
145
#endif
146
"internal/test/binding", "internal/v8_prof_polyfill",
147
"internal/v8_prof_processor",
148
+#if !_WIN32
149
+ "internal/code_integrity", // Only implemented on Windows
150
+#endif
151
};
152
153
auto source = source_.read();
0 commit comments