| Index: src/debug/debug-evaluate.cc
|
| diff --git a/src/debug/debug-evaluate.cc b/src/debug/debug-evaluate.cc
|
| index 96cd98d3f26a2b47e997cb69dada1c1a92fb8744..a36926ac62075c9cc4021427374dd2cb4ff0c2f8 100644
|
| --- a/src/debug/debug-evaluate.cc
|
| +++ b/src/debug/debug-evaluate.cc
|
| @@ -430,6 +430,8 @@ bool BuiltinHasNoSideEffect(Builtins::Name id) {
|
| case Builtins::kStringPrototypeIncludes:
|
| case Builtins::kStringPrototypeIndexOf:
|
| case Builtins::kStringPrototypeLastIndexOf:
|
| + case Builtins::kStringPrototypeReplace:
|
| + case Builtins::kStringPrototypeSplit:
|
| case Builtins::kStringPrototypeStartsWith:
|
| case Builtins::kStringPrototypeSubstr:
|
| case Builtins::kStringPrototypeSubstring:
|
|
|