Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 6eb30fc0b74cc4eb31973dfd70812e1af315a982..361403f17317d9688517d83b70baeee758da107f 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -291,6 +291,7 @@ namespace internal { |
| V(Promise_string, "Promise") \ |
| V(proto_string, "__proto__") \ |
| V(prototype_string, "prototype") \ |
| + V(Proxy_string, "Proxy") \ |
| V(query_colon_string, "(?:)") \ |
| V(RegExp_string, "RegExp") \ |
| V(setPrototypeOf_string, "setPrototypeOf") \ |