| Index: src/compiler/linkage.cc
 | 
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
 | 
| index cd597999b013a0e1880f50110120b625b7dccb6e..5b7bc686bd808291179c28694d9b3adc8b14fd64 100644
 | 
| --- a/src/compiler/linkage.cc
 | 
| +++ b/src/compiler/linkage.cc
 | 
| @@ -178,6 +178,12 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) {
 | 
|      case Runtime::kThrow:
 | 
|      case Runtime::kTypedArraySetFastCases:
 | 
|      case Runtime::kTypedArrayInitializeFromArrayLike:
 | 
| +    case Runtime::kDebugEvaluateGlobal:
 | 
| +    case Runtime::kOwnKeys:
 | 
| +    case Runtime::kGetOwnPropertyNames:
 | 
| +    case Runtime::kIsPropertyEnumerable:
 | 
| +    case Runtime::kGetPrototype:
 | 
| +    case Runtime::kSparseJoinWithSeparator:
 | 
|        return true;
 | 
|      default:
 | 
|        return false;
 | 
| 
 |