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

Side by Side Diff: src/v8.gyp

Issue 2635353002: [builtins] introduce AsyncBuiltinsAssembler for ES2016 features and beyond (Closed)
Patch Set: add some comments to make it easier to read the code Created 3 years, 11 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
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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'bignum-dtoa.h', 473 'bignum-dtoa.h',
474 'bignum.cc', 474 'bignum.cc',
475 'bignum.h', 475 'bignum.h',
476 'bit-vector.cc', 476 'bit-vector.cc',
477 'bit-vector.h', 477 'bit-vector.h',
478 'bootstrapper.cc', 478 'bootstrapper.cc',
479 'bootstrapper.h', 479 'bootstrapper.h',
480 'builtins/builtins-api.cc', 480 'builtins/builtins-api.cc',
481 'builtins/builtins-arraybuffer.cc', 481 'builtins/builtins-arraybuffer.cc',
482 'builtins/builtins-array.cc', 482 'builtins/builtins-array.cc',
483 'builtins/builtins-async.cc',
484 'builtins/builtins-async.h',
483 'builtins/builtins-boolean.cc', 485 'builtins/builtins-boolean.cc',
484 'builtins/builtins-call.cc', 486 'builtins/builtins-call.cc',
485 'builtins/builtins-callsite.cc', 487 'builtins/builtins-callsite.cc',
486 'builtins/builtins-conversion.cc', 488 'builtins/builtins-conversion.cc',
487 'builtins/builtins-constructor.cc', 489 'builtins/builtins-constructor.cc',
488 'builtins/builtins-constructor.h', 490 'builtins/builtins-constructor.h',
489 'builtins/builtins-dataview.cc', 491 'builtins/builtins-dataview.cc',
490 'builtins/builtins-date.cc', 492 'builtins/builtins-date.cc',
491 'builtins/builtins-debug.cc', 493 'builtins/builtins-debug.cc',
492 'builtins/builtins-error.cc', 494 'builtins/builtins-error.cc',
(...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2495 'conditions': [ 2497 'conditions': [
2496 ['want_separate_host_toolset_mkpeephole==1', { 2498 ['want_separate_host_toolset_mkpeephole==1', {
2497 'toolsets': ['host'], 2499 'toolsets': ['host'],
2498 }, { 2500 }, {
2499 'toolsets': ['target'], 2501 'toolsets': ['target'],
2500 }], 2502 }],
2501 ], 2503 ],
2502 }, 2504 },
2503 ], 2505 ],
2504 } 2506 }
OLDNEW
« src/builtins/builtins-async.cc ('K') | « src/builtins/builtins-promise.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698