Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3968599

Browse filesBrowse files
legendecastargos
authored andcommitted
src: fix outdated js2c.cc references
PR-URL: #56133 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 53cc0cc commit 3968599
Copy full SHA for 3968599

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎src/node_builtins.h‎

Copy file name to clipboardExpand all lines: src/node_builtins.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ using BuiltinSourceMap = std::map<std::string, UnionBytes>;
7171
using BuiltinCodeCacheMap =
7272
std::unordered_map<std::string, BuiltinCodeCacheData>;
7373

74-
// Generated by tools/js2c.py as node_javascript.cc
74+
// Generated by tools/js2c.cc as node_javascript.cc
7575
void RegisterExternalReferencesForInternalizedBuiltinCode(
7676
ExternalReferenceRegistry* registry);
7777

@@ -134,7 +134,7 @@ class NODE_EXTERN_PRIVATE BuiltinLoader {
134134
// Only allow access from friends.
135135
friend class CodeCacheBuilder;
136136

137-
// Generated by tools/js2c.py as node_javascript.cc
137+
// Generated by tools/js2c.cc as node_javascript.cc
138138
void LoadJavaScriptSource(); // Loads data into source_
139139
UnionBytes GetConfig(); // Return data for config.gypi
140140

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.