Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: src/heap.h

Issue 23600023: Remove dead strings from heap.h (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rerun make grokdump. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « include/v8.h ('k') | tools/v8heapconst.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 V(Symbol, observed_symbol, ObservedSymbol) 192 V(Symbol, observed_symbol, ObservedSymbol)
193 193
194 #define ROOT_LIST(V) \ 194 #define ROOT_LIST(V) \
195 STRONG_ROOT_LIST(V) \ 195 STRONG_ROOT_LIST(V) \
196 V(StringTable, string_table, StringTable) 196 V(StringTable, string_table, StringTable)
197 197
198 #define INTERNALIZED_STRING_LIST(V) \ 198 #define INTERNALIZED_STRING_LIST(V) \
199 V(Array_string, "Array") \ 199 V(Array_string, "Array") \
200 V(Object_string, "Object") \ 200 V(Object_string, "Object") \
201 V(proto_string, "__proto__") \ 201 V(proto_string, "__proto__") \
202 V(StringImpl_string, "StringImpl") \
203 V(arguments_string, "arguments") \ 202 V(arguments_string, "arguments") \
204 V(Arguments_string, "Arguments") \ 203 V(Arguments_string, "Arguments") \
205 V(call_string, "call") \ 204 V(call_string, "call") \
206 V(apply_string, "apply") \ 205 V(apply_string, "apply") \
207 V(caller_string, "caller") \ 206 V(caller_string, "caller") \
208 V(boolean_string, "boolean") \ 207 V(boolean_string, "boolean") \
209 V(Boolean_string, "Boolean") \ 208 V(Boolean_string, "Boolean") \
210 V(callee_string, "callee") \ 209 V(callee_string, "callee") \
211 V(constructor_string, "constructor") \ 210 V(constructor_string, "constructor") \
212 V(code_string, ".code") \
213 V(result_string, ".result") \ 211 V(result_string, ".result") \
214 V(dot_for_string, ".for.") \ 212 V(dot_for_string, ".for.") \
215 V(catch_var_string, ".catch-var") \ 213 V(eval_string, "eval") \
216 V(empty_string, "") \ 214 V(empty_string, "") \
217 V(eval_string, "eval") \
218 V(function_string, "function") \ 215 V(function_string, "function") \
219 V(length_string, "length") \ 216 V(length_string, "length") \
220 V(module_string, "module") \ 217 V(module_string, "module") \
221 V(name_string, "name") \ 218 V(name_string, "name") \
222 V(native_string, "native") \ 219 V(native_string, "native") \
223 V(null_string, "null") \ 220 V(null_string, "null") \
224 V(number_string, "number") \ 221 V(number_string, "number") \
225 V(Number_string, "Number") \ 222 V(Number_string, "Number") \
226 V(nan_string, "NaN") \ 223 V(nan_string, "NaN") \
227 V(RegExp_string, "RegExp") \ 224 V(RegExp_string, "RegExp") \
228 V(source_string, "source") \ 225 V(source_string, "source") \
229 V(global_string, "global") \ 226 V(global_string, "global") \
230 V(ignore_case_string, "ignoreCase") \ 227 V(ignore_case_string, "ignoreCase") \
231 V(multiline_string, "multiline") \ 228 V(multiline_string, "multiline") \
232 V(input_string, "input") \ 229 V(input_string, "input") \
233 V(index_string, "index") \ 230 V(index_string, "index") \
234 V(last_index_string, "lastIndex") \ 231 V(last_index_string, "lastIndex") \
235 V(object_string, "object") \ 232 V(object_string, "object") \
236 V(payload_string, "payload") \
237 V(literals_string, "literals") \ 233 V(literals_string, "literals") \
238 V(prototype_string, "prototype") \ 234 V(prototype_string, "prototype") \
239 V(string_string, "string") \ 235 V(string_string, "string") \
240 V(String_string, "String") \ 236 V(String_string, "String") \
241 V(unknown_field_string, "unknownField") \
242 V(symbol_string, "symbol") \ 237 V(symbol_string, "symbol") \
243 V(Symbol_string, "Symbol") \ 238 V(Symbol_string, "Symbol") \
244 V(Date_string, "Date") \ 239 V(Date_string, "Date") \
245 V(this_string, "this") \ 240 V(this_string, "this") \
246 V(to_string_string, "toString") \ 241 V(to_string_string, "toString") \
247 V(char_at_string, "CharAt") \ 242 V(char_at_string, "CharAt") \
248 V(undefined_string, "undefined") \ 243 V(undefined_string, "undefined") \
249 V(value_of_string, "valueOf") \ 244 V(value_of_string, "valueOf") \
250 V(stack_string, "stack") \ 245 V(stack_string, "stack") \
251 V(toJSON_string, "toJSON") \ 246 V(toJSON_string, "toJSON") \
252 V(InitializeVarGlobal_string, "InitializeVarGlobal") \ 247 V(InitializeVarGlobal_string, "InitializeVarGlobal") \
253 V(InitializeConstGlobal_string, "InitializeConstGlobal") \ 248 V(InitializeConstGlobal_string, "InitializeConstGlobal") \
254 V(KeyedLoadElementMonomorphic_string, \ 249 V(KeyedLoadElementMonomorphic_string, \
255 "KeyedLoadElementMonomorphic") \ 250 "KeyedLoadElementMonomorphic") \
256 V(KeyedStoreElementMonomorphic_string, \ 251 V(KeyedStoreElementMonomorphic_string, \
257 "KeyedStoreElementMonomorphic") \ 252 "KeyedStoreElementMonomorphic") \
258 V(stack_overflow_string, "kStackOverflowBoilerplate") \ 253 V(stack_overflow_string, "kStackOverflowBoilerplate") \
259 V(illegal_access_string, "illegal access") \ 254 V(illegal_access_string, "illegal access") \
260 V(out_of_memory_string, "out-of-memory") \
261 V(illegal_execution_state_string, "illegal execution state") \ 255 V(illegal_execution_state_string, "illegal execution state") \
262 V(get_string, "get") \ 256 V(get_string, "get") \
263 V(set_string, "set") \ 257 V(set_string, "set") \
264 V(map_field_string, "%map") \ 258 V(map_field_string, "%map") \
265 V(elements_field_string, "%elements") \ 259 V(elements_field_string, "%elements") \
266 V(length_field_string, "%length") \ 260 V(length_field_string, "%length") \
267 V(cell_value_string, "%cell_value") \ 261 V(cell_value_string, "%cell_value") \
268 V(function_class_string, "Function") \ 262 V(function_class_string, "Function") \
269 V(properties_field_symbol, "%properties") \
270 V(payload_field_symbol, "%payload") \
271 V(illegal_argument_string, "illegal argument") \ 263 V(illegal_argument_string, "illegal argument") \
272 V(MakeReferenceError_string, "MakeReferenceError") \ 264 V(MakeReferenceError_string, "MakeReferenceError") \
273 V(MakeSyntaxError_string, "MakeSyntaxError") \ 265 V(MakeSyntaxError_string, "MakeSyntaxError") \
274 V(MakeTypeError_string, "MakeTypeError") \ 266 V(MakeTypeError_string, "MakeTypeError") \
275 V(invalid_lhs_in_assignment_string, "invalid_lhs_in_assignment") \ 267 V(invalid_lhs_in_assignment_string, "invalid_lhs_in_assignment") \
276 V(invalid_lhs_in_for_in_string, "invalid_lhs_in_for_in") \ 268 V(invalid_lhs_in_for_in_string, "invalid_lhs_in_for_in") \
277 V(invalid_lhs_in_postfix_op_string, "invalid_lhs_in_postfix_op") \ 269 V(invalid_lhs_in_postfix_op_string, "invalid_lhs_in_postfix_op") \
278 V(invalid_lhs_in_prefix_op_string, "invalid_lhs_in_prefix_op") \ 270 V(invalid_lhs_in_prefix_op_string, "invalid_lhs_in_prefix_op") \
279 V(illegal_return_string, "illegal_return") \ 271 V(illegal_return_string, "illegal_return") \
280 V(illegal_break_string, "illegal_break") \ 272 V(illegal_break_string, "illegal_break") \
281 V(illegal_continue_string, "illegal_continue") \ 273 V(illegal_continue_string, "illegal_continue") \
282 V(unknown_label_string, "unknown_label") \ 274 V(unknown_label_string, "unknown_label") \
283 V(redeclaration_string, "redeclaration") \ 275 V(redeclaration_string, "redeclaration") \
284 V(failure_string, "<failure>") \
285 V(space_string, " ") \ 276 V(space_string, " ") \
286 V(exec_string, "exec") \ 277 V(exec_string, "exec") \
287 V(zero_string, "0") \ 278 V(zero_string, "0") \
288 V(global_eval_string, "GlobalEval") \ 279 V(global_eval_string, "GlobalEval") \
289 V(identity_hash_string, "v8::IdentityHash") \ 280 V(identity_hash_string, "v8::IdentityHash") \
290 V(closure_string, "(closure)") \ 281 V(closure_string, "(closure)") \
291 V(use_strict_string, "use strict") \ 282 V(use_strict_string, "use strict") \
292 V(dot_string, ".") \ 283 V(dot_string, ".") \
293 V(anonymous_function_string, "(anonymous function)") \ 284 V(anonymous_function_string, "(anonymous function)") \
294 V(compare_ic_string, "==") \ 285 V(compare_ic_string, "==") \
(...skipping 2754 matching lines...) Expand 10 before | Expand all | Expand 10 after
3049 DisallowHeapAllocation no_allocation; // i.e. no gc allowed. 3040 DisallowHeapAllocation no_allocation; // i.e. no gc allowed.
3050 3041
3051 private: 3042 private:
3052 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); 3043 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer);
3053 }; 3044 };
3054 #endif // DEBUG 3045 #endif // DEBUG
3055 3046
3056 } } // namespace v8::internal 3047 } } // namespace v8::internal
3057 3048
3058 #endif // V8_HEAP_H_ 3049 #endif // V8_HEAP_H_
OLDNEW
« no previous file with comments | « include/v8.h ('k') | tools/v8heapconst.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698