Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 3b1d3ce121f707a9bae3a4cbe6f794541e9ae249..e4618c27298f49ef2d6ceff483062c0becbad0cd 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -153,6 +153,8 @@ class ZoneScopeInfo; |
| V(global_symbol, "global") \ |
| V(ignore_case_symbol, "ignoreCase") \ |
| V(multiline_symbol, "multiline") \ |
| + V(input_symbol, "input") \ |
| + V(index_symbol, "index") \ |
| V(last_index_symbol, "lastIndex") \ |
| V(object_symbol, "object") \ |
| V(prototype_symbol, "prototype") \ |