Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index 2863a06e443cd51a88cb2673d65287ba002b609b..5cb4b08573874fd7e54632244b3f8788e0df8d8f 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -53,6 +53,7 @@ |
V(default_string, "default") \ |
V(defineProperty_string, "defineProperty") \ |
V(deleteProperty_string, "deleteProperty") \ |
+ V(did_handle_string, "didHandle") \ |
V(display_name_string, "displayName") \ |
V(done_string, "done") \ |
V(dot_result_string, ".result") \ |
@@ -171,6 +172,7 @@ |
V(value_string, "value") \ |
V(WeakMap_string, "WeakMap") \ |
V(WeakSet_string, "WeakSet") \ |
+ V(will_handle_string, "willHandle") \ |
adamk
2016/10/14 20:34:51
Nit: "i" goes after "e" :)
gsathya
2016/10/14 22:21:27
Done.
|
V(weekday_string, "weekday") \ |
V(writable_string, "writable") \ |
V(year_string, "year") |