Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 2975d09f63de15cb16e33a0d1c19ba030b5fc976..c1785f885a3e021d72c4e48eae1203f847aff619 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -200,85 +200,85 @@ namespace internal { |
SMI_ROOT_LIST(V) \ |
V(StringTable, string_table, StringTable) |
-#define INTERNALIZED_STRING_LIST(V) \ |
- V(Object_string, "Object") \ |
- V(proto_string, "__proto__") \ |
- V(arguments_string, "arguments") \ |
- V(Arguments_string, "Arguments") \ |
- V(caller_string, "caller") \ |
- V(boolean_string, "boolean") \ |
- V(Boolean_string, "Boolean") \ |
- V(callee_string, "callee") \ |
- V(constructor_string, "constructor") \ |
- V(dot_result_string, ".result") \ |
- V(eval_string, "eval") \ |
- V(empty_string, "") \ |
- V(function_string, "function") \ |
- V(Function_string, "Function") \ |
- V(length_string, "length") \ |
- V(name_string, "name") \ |
- V(null_string, "null") \ |
- V(number_string, "number") \ |
- V(Number_string, "Number") \ |
- V(nan_string, "NaN") \ |
- V(source_string, "source") \ |
- V(source_url_string, "source_url") \ |
- V(source_mapping_url_string, "source_mapping_url") \ |
- V(global_string, "global") \ |
- V(ignore_case_string, "ignoreCase") \ |
- V(multiline_string, "multiline") \ |
- V(sticky_string, "sticky") \ |
- V(unicode_string, "unicode") \ |
- V(harmony_regexps_string, "harmony_regexps") \ |
- V(harmony_unicode_string, "harmony_unicode") \ |
- V(input_string, "input") \ |
- V(index_string, "index") \ |
- V(last_index_string, "lastIndex") \ |
- V(object_string, "object") \ |
- V(prototype_string, "prototype") \ |
- V(string_string, "string") \ |
- V(String_string, "String") \ |
- V(symbol_string, "symbol") \ |
- V(Symbol_string, "Symbol") \ |
- V(Map_string, "Map") \ |
- V(Set_string, "Set") \ |
- V(WeakMap_string, "WeakMap") \ |
- V(WeakSet_string, "WeakSet") \ |
- V(for_string, "for") \ |
- V(for_api_string, "for_api") \ |
- V(for_intern_string, "for_intern") \ |
- V(private_api_string, "private_api") \ |
- V(private_intern_string, "private_intern") \ |
- V(Date_string, "Date") \ |
- V(char_at_string, "CharAt") \ |
- V(undefined_string, "undefined") \ |
- V(value_of_string, "valueOf") \ |
- V(stack_string, "stack") \ |
- V(toJSON_string, "toJSON") \ |
- V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic") \ |
- V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic") \ |
- V(stack_overflow_string, "kStackOverflowBoilerplate") \ |
- V(illegal_access_string, "illegal access") \ |
- V(cell_value_string, "%cell_value") \ |
- V(illegal_argument_string, "illegal argument") \ |
- V(identity_hash_string, "v8::IdentityHash") \ |
- V(closure_string, "(closure)") \ |
- V(dot_string, ".") \ |
- V(compare_ic_string, "==") \ |
- V(strict_compare_ic_string, "===") \ |
- V(infinity_string, "Infinity") \ |
- V(minus_infinity_string, "-Infinity") \ |
- V(query_colon_string, "(?:)") \ |
- V(Generator_string, "Generator") \ |
- V(throw_string, "throw") \ |
- V(done_string, "done") \ |
- V(value_string, "value") \ |
- V(next_string, "next") \ |
- V(byte_length_string, "byteLength") \ |
- V(byte_offset_string, "byteOffset") \ |
- V(minus_zero_string, "-0") \ |
- V(Array_string, "Array") \ |
- V(Error_string, "Error") \ |
+#define INTERNALIZED_STRING_LIST(V) \ |
+ V(Object_string, "Object") \ |
+ V(proto_string, "__proto__") \ |
+ V(arguments_string, "arguments") \ |
+ V(Arguments_string, "Arguments") \ |
+ V(caller_string, "caller") \ |
+ V(boolean_string, "boolean") \ |
+ V(Boolean_string, "Boolean") \ |
+ V(callee_string, "callee") \ |
+ V(constructor_string, "constructor") \ |
+ V(dot_result_string, ".result") \ |
+ V(eval_string, "eval") \ |
+ V(empty_string, "") \ |
+ V(function_string, "function") \ |
+ V(Function_string, "Function") \ |
+ V(length_string, "length") \ |
+ V(name_string, "name") \ |
+ V(null_string, "null") \ |
+ V(number_string, "number") \ |
+ V(Number_string, "Number") \ |
+ V(nan_string, "NaN") \ |
+ V(source_string, "source") \ |
+ V(source_url_string, "source_url") \ |
+ V(source_mapping_url_string, "source_mapping_url") \ |
+ V(global_string, "global") \ |
+ V(ignore_case_string, "ignoreCase") \ |
+ V(multiline_string, "multiline") \ |
+ V(sticky_string, "sticky") \ |
+ V(unicode_string, "unicode") \ |
+ V(harmony_regexps_string, "harmony_regexps") \ |
+ V(harmony_unicode_regexps_string, "harmony_unicode_regexps") \ |
+ V(input_string, "input") \ |
+ V(index_string, "index") \ |
+ V(last_index_string, "lastIndex") \ |
+ V(object_string, "object") \ |
+ V(prototype_string, "prototype") \ |
+ V(string_string, "string") \ |
+ V(String_string, "String") \ |
+ V(symbol_string, "symbol") \ |
+ V(Symbol_string, "Symbol") \ |
+ V(Map_string, "Map") \ |
+ V(Set_string, "Set") \ |
+ V(WeakMap_string, "WeakMap") \ |
+ V(WeakSet_string, "WeakSet") \ |
+ V(for_string, "for") \ |
+ V(for_api_string, "for_api") \ |
+ V(for_intern_string, "for_intern") \ |
+ V(private_api_string, "private_api") \ |
+ V(private_intern_string, "private_intern") \ |
+ V(Date_string, "Date") \ |
+ V(char_at_string, "CharAt") \ |
+ V(undefined_string, "undefined") \ |
+ V(value_of_string, "valueOf") \ |
+ V(stack_string, "stack") \ |
+ V(toJSON_string, "toJSON") \ |
+ V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic") \ |
+ V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic") \ |
+ V(stack_overflow_string, "kStackOverflowBoilerplate") \ |
+ V(illegal_access_string, "illegal access") \ |
+ V(cell_value_string, "%cell_value") \ |
+ V(illegal_argument_string, "illegal argument") \ |
+ V(identity_hash_string, "v8::IdentityHash") \ |
+ V(closure_string, "(closure)") \ |
+ V(dot_string, ".") \ |
+ V(compare_ic_string, "==") \ |
+ V(strict_compare_ic_string, "===") \ |
+ V(infinity_string, "Infinity") \ |
+ V(minus_infinity_string, "-Infinity") \ |
+ V(query_colon_string, "(?:)") \ |
+ V(Generator_string, "Generator") \ |
+ V(throw_string, "throw") \ |
+ V(done_string, "done") \ |
+ V(value_string, "value") \ |
+ V(next_string, "next") \ |
+ V(byte_length_string, "byteLength") \ |
+ V(byte_offset_string, "byteOffset") \ |
+ V(minus_zero_string, "-0") \ |
+ V(Array_string, "Array") \ |
+ V(Error_string, "Error") \ |
V(RegExp_string, "RegExp") |
#define PRIVATE_SYMBOL_LIST(V) \ |