summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap-symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap-symbols.h')
-rw-r--r--deps/v8/src/heap-symbols.h25
1 files changed, 21 insertions, 4 deletions
diff --git a/deps/v8/src/heap-symbols.h b/deps/v8/src/heap-symbols.h
index 525da14cd3..2a5ff1dfb6 100644
--- a/deps/v8/src/heap-symbols.h
+++ b/deps/v8/src/heap-symbols.h
@@ -8,6 +8,7 @@
#define INTERNALIZED_STRING_LIST(V) \
V(anonymous_function_string, "(anonymous function)") \
V(anonymous_string, "anonymous") \
+ V(add_string, "add") \
V(apply_string, "apply") \
V(arguments_string, "arguments") \
V(Arguments_string, "Arguments") \
@@ -45,9 +46,11 @@
V(constructor_string, "constructor") \
V(construct_string, "construct") \
V(create_string, "create") \
+ V(currency_string, "currency") \
V(Date_string, "Date") \
V(dayperiod_string, "dayperiod") \
V(day_string, "day") \
+ V(decimal_string, "decimal") \
V(default_string, "default") \
V(defineProperty_string, "defineProperty") \
V(deleteProperty_string, "deleteProperty") \
@@ -72,6 +75,7 @@
V(EvalError_string, "EvalError") \
V(false_string, "false") \
V(flags_string, "flags") \
+ V(fraction_string, "fraction") \
V(function_string, "function") \
V(Function_string, "Function") \
V(Generator_string, "Generator") \
@@ -81,6 +85,7 @@
V(get_string, "get") \
V(get_space_string, "get ") \
V(global_string, "global") \
+ V(group_string, "group") \
V(groups_string, "groups") \
V(has_string, "has") \
V(hour_string, "hour") \
@@ -88,7 +93,9 @@
V(illegal_access_string, "illegal access") \
V(illegal_argument_string, "illegal argument") \
V(index_string, "index") \
- V(infinity_string, "Infinity") \
+ V(infinity_string, "infinity") \
+ V(Infinity_string, "Infinity") \
+ V(integer_string, "integer") \
V(input_string, "input") \
V(isExtensible_string, "isExtensible") \
V(isView_string, "isView") \
@@ -102,15 +109,17 @@
V(literal_string, "literal") \
V(Map_string, "Map") \
V(message_string, "message") \
- V(minus_infinity_string, "-Infinity") \
+ V(minus_Infinity_string, "-Infinity") \
V(minus_zero_string, "-0") \
+ V(minusSign_string, "minusSign") \
V(minute_string, "minute") \
V(Module_string, "Module") \
V(month_string, "month") \
V(multiline_string, "multiline") \
V(name_string, "name") \
V(native_string, "native") \
- V(nan_string, "NaN") \
+ V(nan_string, "nan") \
+ V(NaN_string, "NaN") \
V(new_target_string, ".new.target") \
V(next_string, "next") \
V(NFC_string, "NFC") \
@@ -125,7 +134,10 @@
V(object_string, "object") \
V(Object_string, "Object") \
V(ok, "ok") \
+ V(one_string, "1") \
V(ownKeys_string, "ownKeys") \
+ V(percentSign_string, "percentSign") \
+ V(plusSign_string, "plusSign") \
V(position_string, "position") \
V(preventExtensions_string, "preventExtensions") \
V(Promise_string, "Promise") \
@@ -190,7 +202,8 @@
V(weekday_string, "weekday") \
V(will_handle_string, "willHandle") \
V(writable_string, "writable") \
- V(year_string, "year")
+ V(year_string, "year") \
+ V(zero_string, "0")
#define PRIVATE_SYMBOL_LIST(V) \
V(array_iteration_kind_symbol) \
@@ -198,6 +211,8 @@
V(array_iterator_object_symbol) \
V(call_site_frame_array_symbol) \
V(call_site_frame_index_symbol) \
+ V(console_context_id_symbol) \
+ V(console_context_name_symbol) \
V(class_end_position_symbol) \
V(class_start_position_symbol) \
V(detailed_stack_trace_symbol) \
@@ -226,6 +241,8 @@
V(sealed_symbol) \
V(stack_trace_symbol) \
V(strict_function_transition_symbol) \
+ V(wasm_function_index_symbol) \
+ V(wasm_instance_symbol) \
V(uninitialized_symbol)
#define PUBLIC_SYMBOL_LIST(V) \