summaryrefslogtreecommitdiff
path: root/scripts/gen-s-parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-xscripts/gen-s-parser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index 1c7936320..75e2d2f46 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -617,6 +617,8 @@ instructions = [
("string.new_wtf8", "makeStringNew(s, StringNewWTF8)"),
("string.new_wtf16", "makeStringNew(s, StringNewWTF16)"),
("string.const", "makeStringConst(s)"),
+ ("string.measure_wtf8", "makeStringMeasure(s, StringMeasureWTF8)"),
+ ("string.measure_wtf16", "makeStringMeasure(s, StringMeasureWTF16)"),
]