aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/InternalModuleRegistry+createInternalModuleById.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/out/InternalModuleRegistry+createInternalModuleById.h')
-rw-r--r--src/js/out/InternalModuleRegistry+createInternalModuleById.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/out/InternalModuleRegistry+createInternalModuleById.h b/src/js/out/InternalModuleRegistry+createInternalModuleById.h
index a7b9c376e..755369c0e 100644
--- a/src/js/out/InternalModuleRegistry+createInternalModuleById.h
+++ b/src/js/out/InternalModuleRegistry+createInternalModuleById.h
@@ -18,6 +18,9 @@ JSValue InternalModuleRegistry::createInternalModuleById(JSGlobalObject* globalO
case Field::InternalFSCp: {
INTERNAL_MODULE_REGISTRY_GENERATE(globalObject, vm, "internal:fs/cp"_s, "internal/fs/cp.js"_s, InternalModuleRegistryConstants::InternalFSCpCode, "builtin://internal/fs/cp"_s);
}
+ case Field::InternalRepl: {
+ INTERNAL_MODULE_REGISTRY_GENERATE(globalObject, vm, "internal:repl"_s, "internal/repl.js"_s, InternalModuleRegistryConstants::InternalReplCode, "builtin://internal/repl"_s);
+ }
case Field::InternalShared: {
INTERNAL_MODULE_REGISTRY_GENERATE(globalObject, vm, "internal:shared"_s, "internal/shared.js"_s, InternalModuleRegistryConstants::InternalSharedCode, "builtin://internal/shared"_s);
}