Chromium Code Reviews| Index: src/debug/debug-evaluate.cc |
| diff --git a/src/debug/debug-evaluate.cc b/src/debug/debug-evaluate.cc |
| index 8ac0a4c11d1b02a0def650e565efabce602c4444..849c20258d48648adc80d3ade5f1473f53618bef 100644 |
| --- a/src/debug/debug-evaluate.cc |
| +++ b/src/debug/debug-evaluate.cc |
| @@ -274,6 +274,13 @@ bool IntrinsicHasNoSideEffect(Runtime::FunctionId id) { |
| V(IsFunction) \ |
| V(IsDate) \ |
| V(IsJSProxy) \ |
| + V(IsJSGlobalProxy) \ |
| + V(IsJSMap) \ |
| + V(IsJSSet) \ |
| + V(IsJSMapIterator) \ |
| + V(IsJSSetIterator) \ |
| + V(IsJSWeakMap) \ |
| + V(IsJSWeakSet) \ |
| V(IsRegExp) \ |
| V(IsTypedArray) \ |
| V(ClassOf) \ |