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 a0bd46c commit cd42560Copy full SHA for cd42560
src/node_builtins.h
@@ -77,7 +77,6 @@ class NODE_EXTERN_PRIVATE BuiltinLoader {
77
v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
78
bool Exists(const char* id);
79
bool Add(const char* id, const UnionBytes& source);
80
- bool Add(const char* id, std::string_view utf8source);
81
82
bool CompileAllBuiltins(v8::Local<v8::Context> context);
83
void RefreshCodeCache(const std::vector<CodeCacheInfo>& in);
0 commit comments