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

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

Issue 2578893005: Remove class fields desugaring (Closed)
Patch Set: Created 4 years 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 | « src/ast/ast.h ('k') | src/objects.cc » ('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 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 // For generating constants. 284 // For generating constants.
285 #define STRING_CONSTANTS(F) \ 285 #define STRING_CONSTANTS(F) \
286 F(anonymous_function, "(anonymous function)") \ 286 F(anonymous_function, "(anonymous function)") \
287 F(arguments, "arguments") \ 287 F(arguments, "arguments") \
288 F(async, "async") \ 288 F(async, "async") \
289 F(await, "await") \ 289 F(await, "await") \
290 F(constructor, "constructor") \ 290 F(constructor, "constructor") \
291 F(default, "default") \ 291 F(default, "default") \
292 F(done, "done") \ 292 F(done, "done") \
293 F(dot, ".") \ 293 F(dot, ".") \
294 F(dot_class_field_init, ".class-field-init") \
295 F(dot_for, ".for") \ 294 F(dot_for, ".for") \
296 F(dot_generator_object, ".generator_object") \ 295 F(dot_generator_object, ".generator_object") \
297 F(dot_iterator, ".iterator") \ 296 F(dot_iterator, ".iterator") \
298 F(dot_result, ".result") \ 297 F(dot_result, ".result") \
299 F(dot_switch_tag, ".switch_tag") \ 298 F(dot_switch_tag, ".switch_tag") \
300 F(dot_catch, ".catch") \ 299 F(dot_catch, ".catch") \
301 F(empty, "") \ 300 F(empty, "") \
302 F(eval, "eval") \ 301 F(eval, "eval") \
303 F(function, "function") \ 302 F(function, "function") \
304 F(get_space, "get ") \ 303 F(get_space, "get ") \
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 OTHER_CONSTANTS(F) 445 OTHER_CONSTANTS(F)
447 #undef F 446 #undef F
448 }; 447 };
449 } // namespace internal 448 } // namespace internal
450 } // namespace v8 449 } // namespace v8
451 450
452 #undef STRING_CONSTANTS 451 #undef STRING_CONSTANTS
453 #undef OTHER_CONSTANTS 452 #undef OTHER_CONSTANTS
454 453
455 #endif // V8_AST_AST_VALUE_FACTORY_H_ 454 #endif // V8_AST_AST_VALUE_FACTORY_H_
OLDNEW
« no previous file with comments | « src/ast/ast.h ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698