| Index: src/objects-inl.h
 | 
| diff --git a/src/objects-inl.h b/src/objects-inl.h
 | 
| index da1a35b08be6659e7fe3806ef7f64891b787d410..058812ef5687a4fbdd171f7f8407bf67d85d0454 100644
 | 
| --- a/src/objects-inl.h
 | 
| +++ b/src/objects-inl.h
 | 
| @@ -3697,6 +3697,10 @@ BOOL_ACCESSORS(SharedFunctionInfo,
 | 
|                 kAllowLazyCompilation)
 | 
|  BOOL_ACCESSORS(SharedFunctionInfo,
 | 
|                 compiler_hints,
 | 
| +               allows_lazy_compilation_without_context,
 | 
| +               kAllowLazyCompilationWithoutContext)
 | 
| +BOOL_ACCESSORS(SharedFunctionInfo,
 | 
| +               compiler_hints,
 | 
|                 uses_arguments,
 | 
|                 kUsesArguments)
 | 
|  BOOL_ACCESSORS(SharedFunctionInfo,
 | 
| 
 |