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

Side by Side Diff: src/v8.gyp

Issue 2647493002: [ic] Clean up handler boilerplate (Closed)
Patch Set: rebased 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
« no previous file with comments | « src/runtime/runtime.h ('k') | test/cctest/test-accessor-assembler.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 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'heap/store-buffer.cc', 962 'heap/store-buffer.cc',
963 'heap/store-buffer.h', 963 'heap/store-buffer.h',
964 'i18n.cc', 964 'i18n.cc',
965 'i18n.h', 965 'i18n.h',
966 'icu_util.cc', 966 'icu_util.cc',
967 'icu_util.h', 967 'icu_util.h',
968 'ic/access-compiler-data.h', 968 'ic/access-compiler-data.h',
969 'ic/access-compiler.cc', 969 'ic/access-compiler.cc',
970 'ic/access-compiler.h', 970 'ic/access-compiler.h',
971 'ic/accessor-assembler.cc', 971 'ic/accessor-assembler.cc',
972 'ic/accessor-assembler-impl.h',
973 'ic/accessor-assembler.h', 972 'ic/accessor-assembler.h',
974 'ic/call-optimization.cc', 973 'ic/call-optimization.cc',
975 'ic/call-optimization.h', 974 'ic/call-optimization.h',
976 'ic/handler-compiler.cc', 975 'ic/handler-compiler.cc',
977 'ic/handler-compiler.h', 976 'ic/handler-compiler.h',
978 'ic/handler-configuration-inl.h', 977 'ic/handler-configuration-inl.h',
979 'ic/handler-configuration.h', 978 'ic/handler-configuration.h',
980 'ic/ic-inl.h', 979 'ic/ic-inl.h',
981 'ic/ic-state.cc', 980 'ic/ic-state.cc',
982 'ic/ic-state.h', 981 'ic/ic-state.h',
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'conditions': [ 2499 'conditions': [
2501 ['want_separate_host_toolset_mkpeephole==1', { 2500 ['want_separate_host_toolset_mkpeephole==1', {
2502 'toolsets': ['host'], 2501 'toolsets': ['host'],
2503 }, { 2502 }, {
2504 'toolsets': ['target'], 2503 'toolsets': ['target'],
2505 }], 2504 }],
2506 ], 2505 ],
2507 }, 2506 },
2508 ], 2507 ],
2509 } 2508 }
OLDNEW
« no previous file with comments | « src/runtime/runtime.h ('k') | test/cctest/test-accessor-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698