 Chromium Code Reviews
 Chromium Code Reviews Issue 1485183002:
  [turbofan] Deopt support for escape analysis  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local
    
  
    Issue 1485183002:
  [turbofan] Deopt support for escape analysis  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local| Index: src/compiler/typer.cc | 
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc | 
| index 129ac16f602981313c80838617faeb4c09071740..c3ea920a3bc2d38888310c251b9817594d342129 100644 | 
| --- a/src/compiler/typer.cc | 
| +++ b/src/compiler/typer.cc | 
| @@ -636,6 +636,11 @@ Type* Typer::Visitor::TypeStateValues(Node* node) { | 
| } | 
| +Type* Typer::Visitor::TypeObjectState(Node* node) { | 
| + return Type::Internal(zone()); | 
| +} | 
| + | 
| + | 
| Type* Typer::Visitor::TypeTypedStateValues(Node* node) { | 
| return Type::Internal(zone()); | 
| } |