diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index 5b3c0037b..4aef9c372 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -315,7 +315,10 @@ private: Expression* makeBasicRef(Type type); Expression* makeCompoundRef(Type type); - Expression* makeString(); + Expression* makeStringConst(); + Expression* makeStringNewArray(); + Expression* makeStringNewCodePoint(); + Expression* makeStringConcat(); // Similar to makeBasic/CompoundRef, but indicates that this value will be // used in a place that will trap on null. For example, the reference of a |