@@ -151,7 +151,7 @@ Local<PrimitiveArray> ModuleWrap::GetHostDefinedOptions(
151
151
}
152
152
153
153
// new ModuleWrap(url, context, source, lineOffset, columnOffset[, cachedData]);
154
- // new ModuleWrap(url, context, source, lineOffset, columOffset ,
154
+ // new ModuleWrap(url, context, source, lineOffset, columnOffset ,
155
155
// idSymbol);
156
156
// new ModuleWrap(url, context, exportNames, evaluationCallback[, cjsModule])
157
157
void ModuleWrap::New (const FunctionCallbackInfo<Value>& args) {
@@ -191,9 +191,9 @@ void ModuleWrap::New(const FunctionCallbackInfo<Value>& args) {
191
191
// cjsModule])
192
192
CHECK (args[3 ]->IsFunction ());
193
193
} else {
194
- // new ModuleWrap(url, context, source, lineOffset, columOffset [,
194
+ // new ModuleWrap(url, context, source, lineOffset, columnOffset [,
195
195
// cachedData]);
196
- // new ModuleWrap(url, context, source, lineOffset, columOffset ,
196
+ // new ModuleWrap(url, context, source, lineOffset, columnOffset ,
197
197
// idSymbol);
198
198
CHECK (args[2 ]->IsString ());
199
199
CHECK (args[3 ]->IsNumber ());
0 commit comments