Chromium Code Reviews| Index: src/heap-symbols.h |
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
| index cee900048ed70cfcee1eb8bfcf0652d1df5a2a30..82bca14e811fa745adff82b8544fd493afaa536a 100644 |
| --- a/src/heap-symbols.h |
| +++ b/src/heap-symbols.h |
| @@ -135,6 +135,8 @@ |
| V(RangeError_string, "RangeError") \ |
| V(ReferenceError_string, "ReferenceError") \ |
| V(RegExp_string, "RegExp") \ |
| + V(reject_string, "reject") \ |
| + V(resolve_string, "resolve") \ |
|
adamk
2016/11/08 18:09:55
Won't need these if you go with the array-based ap
gsathya
2016/11/08 20:03:19
Done.
|
| V(script_string, "script") \ |
| V(second_string, "second") \ |
| V(setPrototypeOf_string, "setPrototypeOf") \ |