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

Side by Side Diff: src/ast/ast-value-factory.h

Issue 2351643006: Remove unused string from ast-value-factory. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 F(arguments, "arguments") \ 279 F(arguments, "arguments") \
280 F(async, "async") \ 280 F(async, "async") \
281 F(await, "await") \ 281 F(await, "await") \
282 F(constructor, "constructor") \ 282 F(constructor, "constructor") \
283 F(default, "default") \ 283 F(default, "default") \
284 F(done, "done") \ 284 F(done, "done") \
285 F(dot, ".") \ 285 F(dot, ".") \
286 F(dot_class_field_init, ".class-field-init") \ 286 F(dot_class_field_init, ".class-field-init") \
287 F(dot_debug_is_active, ".debug_is_active") \ 287 F(dot_debug_is_active, ".debug_is_active") \
288 F(dot_for, ".for") \ 288 F(dot_for, ".for") \
289 F(dot_generator, ".generator") \
290 F(dot_generator_object, ".generator_object") \ 289 F(dot_generator_object, ".generator_object") \
291 F(dot_iterator, ".iterator") \ 290 F(dot_iterator, ".iterator") \
292 F(dot_promise, ".promise") \ 291 F(dot_promise, ".promise") \
293 F(dot_result, ".result") \ 292 F(dot_result, ".result") \
294 F(dot_switch_tag, ".switch_tag") \ 293 F(dot_switch_tag, ".switch_tag") \
295 F(dot_catch, ".catch") \ 294 F(dot_catch, ".catch") \
296 F(empty, "") \ 295 F(empty, "") \
297 F(eval, "eval") \ 296 F(eval, "eval") \
298 F(function, "function") \ 297 F(function, "function") \
299 F(get_space, "get ") \ 298 F(get_space, "get ") \
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 OTHER_CONSTANTS(F) 438 OTHER_CONSTANTS(F)
440 #undef F 439 #undef F
441 }; 440 };
442 } // namespace internal 441 } // namespace internal
443 } // namespace v8 442 } // namespace v8
444 443
445 #undef STRING_CONSTANTS 444 #undef STRING_CONSTANTS
446 #undef OTHER_CONSTANTS 445 #undef OTHER_CONSTANTS
447 446
448 #endif // V8_AST_AST_VALUE_FACTORY_H_ 447 #endif // V8_AST_AST_VALUE_FACTORY_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698