| Index: src/heap-symbols.h
|
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h
|
| index 16f30a60586a081b889087c6b233b56aecf51eab..b1715e3ca46fdb3c80b472b09a6d4433b53a9360 100644
|
| --- a/src/heap-symbols.h
|
| +++ b/src/heap-symbols.h
|
| @@ -42,6 +42,7 @@
|
| V(cell_value_string, "%cell_value") \
|
| V(char_at_string, "CharAt") \
|
| V(closure_string, "(closure)") \
|
| + V(collected_string, "collected") \
|
| V(column_string, "column") \
|
| V(compare_ic_string, "==") \
|
| V(configurable_string, "configurable") \
|
| @@ -54,14 +55,12 @@
|
| 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") \
|
| V(dot_string, ".") \
|
| V(exec_string, "exec") \
|
| V(entries_string, "entries") \
|
| - V(enqueue_string, "enqueue") \
|
| V(enumerable_string, "enumerable") \
|
| V(era_string, "era") \
|
| V(Error_string, "Error") \
|
| @@ -124,6 +123,8 @@
|
| V(position_string, "position") \
|
| V(preventExtensions_string, "preventExtensions") \
|
| V(Promise_string, "Promise") \
|
| + V(PromiseReject_string, "Promise.reject") \
|
| + V(PromiseResolve_string, "Promise.resolve") \
|
| V(PromiseResolveThenableJob_string, "PromiseResolveThenableJob") \
|
| V(promise_string, "promise") \
|
| V(proto_string, "__proto__") \
|
| @@ -181,7 +182,6 @@
|
| V(WeakMap_string, "WeakMap") \
|
| V(WeakSet_string, "WeakSet") \
|
| V(weekday_string, "weekday") \
|
| - V(will_handle_string, "willHandle") \
|
| V(writable_string, "writable") \
|
| V(year_string, "year")
|
|
|
|
|