| Index: runtime/vm/object_service.cc
|
| diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
|
| index 7eab800fca551018bbb01e41470f74c682ce30a2..a2749165fc21e52cb1a605659d2cfc657cc454aa 100644
|
| --- a/runtime/vm/object_service.cc
|
| +++ b/runtime/vm/object_service.cc
|
| @@ -1257,6 +1257,11 @@ void Bigint::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| }
|
|
|
|
|
| +void Fraction::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| void String::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| JSONObject jsobj(stream);
|
| if (raw() == Symbols::OptimizedOut().raw()) {
|
|
|