Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 9c17b1909daa91127f6e017bc6ec50a2fd0a2b5f..728d6d476a60bf7799440ddeac276d31fbd8cc2f 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7747,6 +7747,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(); |