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 13a1c6b commit e41aff5Copy full SHA for e41aff5
src/node_contextify.cc
@@ -1192,7 +1192,7 @@ void ContextifyContext::CompileFunction(
1192
params_buf = args[8].As<Array>();
1193
}
1194
1195
- // Argument 9: host-defined option symbol
+ // Argument 10: host-defined option symbol
1196
CHECK(args[9]->IsSymbol());
1197
Local<Symbol> id_symbol = args[9].As<Symbol>();
1198
0 commit comments