Skip to content

Commit

Permalink
fixup! src: register external references for source code
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakil committed Apr 9, 2023
1 parent a0bd46c commit cd42560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_builtins.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class NODE_EXTERN_PRIVATE BuiltinLoader {
v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
bool Exists(const char* id);
bool Add(const char* id, const UnionBytes& source);
bool Add(const char* id, std::string_view utf8source);

bool CompileAllBuiltins(v8::Local<v8::Context> context);
void RefreshCodeCache(const std::vector<CodeCacheInfo>& in);
Expand Down

0 comments on commit cd42560

Please sign in to comment.