| Index: src/debug/debug-evaluate.cc
|
| diff --git a/src/debug/debug-evaluate.cc b/src/debug/debug-evaluate.cc
|
| index 38c1f546ab30bb4160a380d769d190e42841f48e..ec983890efbefca630a7e1cd03e7b2b0b2802fe8 100644
|
| --- a/src/debug/debug-evaluate.cc
|
| +++ b/src/debug/debug-evaluate.cc
|
| @@ -584,6 +584,7 @@ bool BuiltinHasNoSideEffect(Builtins::Name id) {
|
| case Builtins::kStringPrototypeIncludes:
|
| case Builtins::kStringPrototypeIndexOf:
|
| case Builtins::kStringPrototypeLastIndexOf:
|
| + case Builtins::kStringPrototypeSlice:
|
| case Builtins::kStringPrototypeStartsWith:
|
| case Builtins::kStringPrototypeSubstr:
|
| case Builtins::kStringPrototypeSubstring:
|
|
|