 Chromium Code Reviews
 Chromium Code Reviews Issue 1412223015:
  [turbofan] Fix receiver binding for inlined callees.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1412223015:
  [turbofan] Fix receiver binding for inlined callees.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/runtime/runtime.h | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h | 
| index 63b0aa98d661f90077a6cbe4aa33d691cdf5f8bb..fce8bb531c90af067a738829d39622ffaf23eb82 100644 | 
| --- a/src/runtime/runtime.h | 
| +++ b/src/runtime/runtime.h | 
| @@ -259,6 +259,7 @@ namespace internal { | 
| F(Call, -1 /* >= 2 */, 1) \ | 
| F(Apply, 5, 1) \ | 
| F(GetOriginalConstructor, 0, 1) \ | 
| + F(ConvertReceiver, 1, 1) \ | 
| F(CallFunction, -1 /* receiver + n args + function */, 1) \ | 
| F(IsConstructCall, 0, 1) \ | 
| F(IsFunction, 1, 1) |