 Chromium Code Reviews
 Chromium Code Reviews Issue 2480253006:
  Only treat lookup-slot-calls going through 'with' special  (Closed)
    
  
    Issue 2480253006:
  Only treat lookup-slot-calls going through 'with' special  (Closed) 
  | Index: src/ast/ast.h | 
| diff --git a/src/ast/ast.h b/src/ast/ast.h | 
| index 5dba9eccd5c140ec66d4d734429f1d0117524728..a67c291521ee2830c8f6efaad161230e90bf171e 100644 | 
| --- a/src/ast/ast.h | 
| +++ b/src/ast/ast.h | 
| @@ -1902,7 +1902,7 @@ class Call final : public Expression { | 
| enum CallType { | 
| POSSIBLY_EVAL_CALL, | 
| GLOBAL_CALL, | 
| - LOOKUP_SLOT_CALL, | 
| + WITH_CALL, | 
| NAMED_PROPERTY_CALL, | 
| KEYED_PROPERTY_CALL, | 
| NAMED_SUPER_PROPERTY_CALL, |