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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index eb921a6b9..ce9efe8af 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -624,6 +624,9 @@ instructions = [
("string.encode_wtf16", "makeStringEncode(s, StringEncodeWTF16)"),
("string.concat", "makeStringConcat(s)"),
("string.eq", "makeStringEq(s)"),
+ ("string.as_wtf8", "makeStringAs(s, StringAsWTF8)"),
+ ("string.as_wtf16", "makeStringAs(s, StringAsWTF16)"),
+ ("string.as_iter", "makeStringAs(s, StringAsIter)"),
]