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

Side by Side Diff: src/v8.gyp

Issue 2752213002: [csa] Add CSA::CallBuiltin and Builtins::CallableFor (Closed)
Patch Set: Remove unused variables Created 3 years, 9 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
« src/code-factory.h ('K') | « src/code-stub-assembler.h ('k') | 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 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'builtins/builtins-sharedarraybuffer.cc', 511 'builtins/builtins-sharedarraybuffer.cc',
512 'builtins/builtins-string.cc', 512 'builtins/builtins-string.cc',
513 'builtins/builtins-symbol.cc', 513 'builtins/builtins-symbol.cc',
514 'builtins/builtins-typedarray.cc', 514 'builtins/builtins-typedarray.cc',
515 'builtins/builtins-utils.h', 515 'builtins/builtins-utils.h',
516 'builtins/builtins-wasm.cc', 516 'builtins/builtins-wasm.cc',
517 'builtins/builtins.cc', 517 'builtins/builtins.cc',
518 'builtins/builtins.h', 518 'builtins/builtins.h',
519 'cached-powers.cc', 519 'cached-powers.cc',
520 'cached-powers.h', 520 'cached-powers.h',
521 'callable.h',
521 'cancelable-task.cc', 522 'cancelable-task.cc',
522 'cancelable-task.h', 523 'cancelable-task.h',
523 'char-predicates.cc', 524 'char-predicates.cc',
524 'char-predicates-inl.h', 525 'char-predicates-inl.h',
525 'char-predicates.h', 526 'char-predicates.h',
526 'checks.h', 527 'checks.h',
527 'code-events.h', 528 'code-events.h',
528 'code-factory.cc', 529 'code-factory.cc',
529 'code-factory.h', 530 'code-factory.h',
530 'code-stub-assembler.cc', 531 'code-stub-assembler.cc',
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 'conditions': [ 2482 'conditions': [
2482 ['want_separate_host_toolset_mkpeephole==1', { 2483 ['want_separate_host_toolset_mkpeephole==1', {
2483 'toolsets': ['host'], 2484 'toolsets': ['host'],
2484 }, { 2485 }, {
2485 'toolsets': ['target'], 2486 'toolsets': ['target'],
2486 }], 2487 }],
2487 ], 2488 ],
2488 }, 2489 },
2489 ], 2490 ],
2490 } 2491 }
OLDNEW
« src/code-factory.h ('K') | « src/code-stub-assembler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698