Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 9d96b503386c840222139aeee9cca23751cc4b2f..1fd81a347ea071d7bb35177fefe2171e976a0626 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7087,6 +7087,8 @@ class SharedFunctionInfo: public HeapObject { |
| Handle<FixedArray> literals, |
| BailoutId osr_ast_id); |
| + bool CanHandleArgumentsSafely(); |
| + |
| // Layout description of the optimized code map. |
| static const int kNextMapIndex = 0; |
| static const int kEntriesStart = 1; |