File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ using BuiltinSourceMap = std::map<std::string, UnionBytes>;
71
71
using BuiltinCodeCacheMap =
72
72
std::unordered_map<std::string, BuiltinCodeCacheData>;
73
73
74
- // Generated by tools/js2c.py as node_javascript.cc
74
+ // Generated by tools/js2c.cc as node_javascript.cc
75
75
void RegisterExternalReferencesForInternalizedBuiltinCode (
76
76
ExternalReferenceRegistry* registry);
77
77
@@ -134,7 +134,7 @@ class NODE_EXTERN_PRIVATE BuiltinLoader {
134
134
// Only allow access from friends.
135
135
friend class CodeCacheBuilder ;
136
136
137
- // Generated by tools/js2c.py as node_javascript.cc
137
+ // Generated by tools/js2c.cc as node_javascript.cc
138
138
void LoadJavaScriptSource (); // Loads data into source_
139
139
UnionBytes GetConfig (); // Return data for config.gypi
140
140
You can’t perform that action at this time.
0 commit comments