Chromium Code Reviews| Index: src/compiler/linkage.cc |
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
| index c6d5f4bb926a5f9ea64d2002b34033a25eb8a256..cad31dc7c03abb154968f275487a2acaed790d4e 100644 |
| --- a/src/compiler/linkage.cc |
| +++ b/src/compiler/linkage.cc |
| @@ -168,6 +168,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
| case Runtime::kStringGreaterThanOrEqual: |
| case Runtime::kTraceEnter: |
| case Runtime::kTraceExit: |
| + case Runtime::kGetOrdinaryHasInstance: |
|
Michael Starzinger
2016/03/17 12:43:53
As discussed offline: Since we are never emitting
mvstanton
2016/03/17 13:23:03
Got it, and thx for the explanation.
|
| return 0; |
| case Runtime::kInlineGetPrototype: |
| case Runtime::kInlineRegExpConstructResult: |