Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index f1bc09bc14e9fabfc5e5e3c7c0046aed5fb304bf..2f86b0d3b1827ff567d00885733e5545ed890dc5 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7685,6 +7685,7 @@ class SharedFunctionInfo: public HeapObject { |
| // [source code]: Source code for the function. |
| bool HasSourceCode() const; |
| Handle<Object> GetSourceCode(); |
| + Handle<Object> GetSourceCodeHarmony(); |
| // Number of times the function was optimized. |
| inline int opt_count(); |