diff options
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-x | scripts/gen-s-parser.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 8d0fd460f..796732bbf 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -632,6 +632,9 @@ instructions = [ ("stringview_iter.next", "makeStringIterNext(s)"), ("stringview_iter.advance", "makeStringIterMove(s, StringIterMoveAdvance)"), ("stringview_iter.rewind", "makeStringIterMove(s, StringIterMoveRewind)"), + ("stringview_wtf8.slice", "makeStringSliceWTF(s, StringSliceWTF8)"), + ("stringview_wtf16.slice", "makeStringSliceWTF(s, StringSliceWTF16)"), + ("stringview_iter.slice", "makeStringSliceIter(s)"), ] |