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

Side by Side Diff: src/v8.gyp

Issue 2487053002: [promises] Remove one runtime call to create_resolving_functions (Closed)
Patch Set: add dcheck Created 4 years, 1 month 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-promise.cc ('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 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 'profiler/sampling-heap-profiler.cc', 1101 'profiler/sampling-heap-profiler.cc',
1102 'profiler/sampling-heap-profiler.h', 1102 'profiler/sampling-heap-profiler.h',
1103 'profiler/strings-storage.cc', 1103 'profiler/strings-storage.cc',
1104 'profiler/strings-storage.h', 1104 'profiler/strings-storage.h',
1105 'profiler/tick-sample.cc', 1105 'profiler/tick-sample.cc',
1106 'profiler/tick-sample.h', 1106 'profiler/tick-sample.h',
1107 'profiler/tracing-cpu-profiler.cc', 1107 'profiler/tracing-cpu-profiler.cc',
1108 'profiler/tracing-cpu-profiler.h', 1108 'profiler/tracing-cpu-profiler.h',
1109 'profiler/unbound-queue-inl.h', 1109 'profiler/unbound-queue-inl.h',
1110 'profiler/unbound-queue.h', 1110 'profiler/unbound-queue.h',
1111 'promise-utils.h',
1112 'promise-utils.cc',
1111 'property-descriptor.cc', 1113 'property-descriptor.cc',
1112 'property-descriptor.h', 1114 'property-descriptor.h',
1113 'property-details.h', 1115 'property-details.h',
1114 'property.cc', 1116 'property.cc',
1115 'property.h', 1117 'property.h',
1116 'prototype.h', 1118 'prototype.h',
1117 'regexp/bytecodes-irregexp.h', 1119 'regexp/bytecodes-irregexp.h',
1118 'regexp/interpreter-irregexp.cc', 1120 'regexp/interpreter-irregexp.cc',
1119 'regexp/interpreter-irregexp.h', 1121 'regexp/interpreter-irregexp.h',
1120 'regexp/jsregexp-inl.h', 1122 'regexp/jsregexp-inl.h',
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2472 'conditions': [ 2474 'conditions': [
2473 ['want_separate_host_toolset_mkpeephole==1', { 2475 ['want_separate_host_toolset_mkpeephole==1', {
2474 'toolsets': ['host'], 2476 'toolsets': ['host'],
2475 }, { 2477 }, {
2476 'toolsets': ['target'], 2478 'toolsets': ['target'],
2477 }], 2479 }],
2478 ], 2480 ],
2479 }, 2481 },
2480 ], 2482 ],
2481 } 2483 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-promise.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698