summaryrefslogtreecommitdiff
path: root/src/passes/Print.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r--src/passes/Print.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp
index 8c112d6a5..f7cfb7746 100644
--- a/src/passes/Print.cpp
+++ b/src/passes/Print.cpp
@@ -2404,6 +2404,9 @@ struct PrintExpressionContents
case StringMeasureWTF16View:
printMedium(o, "stringview_wtf16.length");
break;
+ case StringMeasureHash:
+ printMedium(o, "string.hash");
+ break;
default:
WASM_UNREACHABLE("invalid string.measure*");
}