Index: src/heap-symbols.h |
diff --git a/src/heap-symbols.h b/src/heap-symbols.h |
index d83f63fdbebeb0f6e838b915e4b4eb80ee00149c..cdb8cbec5749a88727844fa3e519ae8454362743 100644 |
--- a/src/heap-symbols.h |
+++ b/src/heap-symbols.h |
@@ -8,20 +8,12 @@ |
#define INTERNALIZED_STRING_LIST(V) \ |
V(anonymous_string, "anonymous") \ |
V(apply_string, "apply") \ |
- V(assign_string, "assign") \ |
V(arguments_string, "arguments") \ |
V(Arguments_string, "Arguments") \ |
- V(Array_string, "Array") \ |
V(arguments_to_string, "[object Arguments]") \ |
+ V(Array_string, "Array") \ |
V(array_to_string, "[object Array]") \ |
- V(boolean_to_string, "[object Boolean]") \ |
- V(date_to_string, "[object Date]") \ |
- V(error_to_string, "[object Error]") \ |
- V(function_to_string, "[object Function]") \ |
- V(number_to_string, "[object Number]") \ |
- V(object_to_string, "[object Object]") \ |
- V(regexp_to_string, "[object RegExp]") \ |
- V(string_to_string, "[object String]") \ |
+ V(assign_string, "assign") \ |
V(bind_string, "bind") \ |
V(bool16x8_string, "bool16x8") \ |
V(Bool16x8_string, "Bool16x8") \ |
@@ -31,13 +23,14 @@ |
V(Bool8x16_string, "Bool8x16") \ |
V(boolean_string, "boolean") \ |
V(Boolean_string, "Boolean") \ |
+ V(boolean_to_string, "[object Boolean]") \ |
V(bound__string, "bound ") \ |
V(buffer_string, "buffer") \ |
V(byte_length_string, "byteLength") \ |
V(byte_offset_string, "byteOffset") \ |
- V(call_string, "call") \ |
V(callee_string, "callee") \ |
V(caller_string, "caller") \ |
+ V(call_string, "call") \ |
V(cell_value_string, "%cell_value") \ |
V(char_at_string, "CharAt") \ |
V(closure_string, "(closure)") \ |
@@ -48,6 +41,9 @@ |
V(construct_string, "construct") \ |
V(create_string, "create") \ |
V(Date_string, "Date") \ |
+ V(date_to_string, "[object Date]") \ |
+ V(dayperiod_string, "dayperiod") \ |
+ V(day_string, "day") \ |
V(default_string, "default") \ |
V(defineProperty_string, "defineProperty") \ |
V(deleteProperty_string, "deleteProperty") \ |
@@ -57,9 +53,11 @@ |
V(dot_string, ".") \ |
V(entries_string, "entries") \ |
V(enumerable_string, "enumerable") \ |
+ V(era_string, "era") \ |
V(Error_string, "Error") \ |
- V(eval_string, "eval") \ |
+ V(error_to_string, "[object Error]") \ |
V(EvalError_string, "EvalError") \ |
+ V(eval_string, "eval") \ |
V(false_string, "false") \ |
V(float32x4_string, "float32x4") \ |
V(Float32x4_string, "Float32x4") \ |
@@ -67,13 +65,15 @@ |
V(for_string, "for") \ |
V(function_string, "function") \ |
V(Function_string, "Function") \ |
+ V(function_to_string, "[object Function]") \ |
V(Generator_string, "Generator") \ |
- V(getOwnPropertyDescriptor_string, "getOwnPropertyDescriptor") \ |
V(getOwnPropertyDescriptors_string, "getOwnPropertyDescriptors") \ |
+ V(getOwnPropertyDescriptor_string, "getOwnPropertyDescriptor") \ |
V(getPrototypeOf_string, "getPrototypeOf") \ |
V(get_string, "get") \ |
V(global_string, "global") \ |
V(has_string, "has") \ |
+ V(hour_string, "hour") \ |
V(illegal_access_string, "illegal access") \ |
V(illegal_argument_string, "illegal argument") \ |
V(index_string, "index") \ |
@@ -92,10 +92,13 @@ |
V(last_index_string, "lastIndex") \ |
V(length_string, "length") \ |
V(line_string, "line") \ |
+ V(literal_string, "literal") \ |
V(Map_string, "Map") \ |
V(message_string, "message") \ |
V(minus_infinity_string, "-Infinity") \ |
V(minus_zero_string, "-0") \ |
+ V(minute_string, "minute") \ |
+ V(month_string, "month") \ |
V(name_string, "name") \ |
V(nan_string, "NaN") \ |
V(next_string, "next") \ |
@@ -104,8 +107,10 @@ |
V(null_to_string, "[object Null]") \ |
V(number_string, "number") \ |
V(Number_string, "Number") \ |
+ V(number_to_string, "[object Number]") \ |
V(object_string, "object") \ |
V(Object_string, "Object") \ |
+ V(object_to_string, "[object Object]") \ |
V(ok, "ok") \ |
V(ownKeys_string, "ownKeys") \ |
V(position_string, "position") \ |
@@ -119,7 +124,9 @@ |
V(RangeError_string, "RangeError") \ |
V(ReferenceError_string, "ReferenceError") \ |
V(RegExp_string, "RegExp") \ |
+ V(regexp_to_string, "[object RegExp]") \ |
V(script_string, "script") \ |
+ V(second_string, "second") \ |
V(setPrototypeOf_string, "setPrototypeOf") \ |
V(set_string, "set") \ |
V(Set_string, "Set") \ |
@@ -131,16 +138,19 @@ |
V(strict_compare_ic_string, "===") \ |
V(string_string, "string") \ |
V(String_string, "String") \ |
+ V(string_to_string, "[object String]") \ |
V(symbol_string, "symbol") \ |
V(Symbol_string, "Symbol") \ |
V(SyntaxError_string, "SyntaxError") \ |
V(this_string, "this") \ |
V(throw_string, "throw") \ |
V(timed_out, "timed-out") \ |
+ V(timeZoneName_string, "timeZoneName") \ |
V(toJSON_string, "toJSON") \ |
V(toString_string, "toString") \ |
V(true_string, "true") \ |
V(TypeError_string, "TypeError") \ |
+ V(type_string, "type") \ |
V(uint16x8_string, "uint16x8") \ |
V(Uint16x8_string, "Uint16x8") \ |
V(uint32x4_string, "uint32x4") \ |
@@ -155,7 +165,9 @@ |
V(value_string, "value") \ |
V(WeakMap_string, "WeakMap") \ |
V(WeakSet_string, "WeakSet") \ |
- V(writable_string, "writable") |
+ V(weekday_string, "weekday") \ |
+ V(writable_string, "writable") \ |
+ V(year_string, "year") |
#define PRIVATE_SYMBOL_LIST(V) \ |
V(array_iteration_kind_symbol) \ |