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

Side by Side Diff: test/cctest/cctest.gyp

Issue 1909433003: Remove support for Object.observe (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 4 years, 8 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/transitions-inl.h ('k') | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'test-hashing.cc', 149 'test-hashing.cc',
150 'test-hashmap.cc', 150 'test-hashmap.cc',
151 'test-heap-profiler.cc', 151 'test-heap-profiler.cc',
152 'test-hydrogen-types.cc', 152 'test-hydrogen-types.cc',
153 'test-identity-map.cc', 153 'test-identity-map.cc',
154 'test-inobject-slack-tracking.cc', 154 'test-inobject-slack-tracking.cc',
155 'test-list.cc', 155 'test-list.cc',
156 'test-liveedit.cc', 156 'test-liveedit.cc',
157 'test-lockers.cc', 157 'test-lockers.cc',
158 'test-log.cc', 158 'test-log.cc',
159 'test-microtask-delivery.cc',
160 'test-mementos.cc', 159 'test-mementos.cc',
161 'test-object-observe.cc',
162 'test-parsing.cc', 160 'test-parsing.cc',
163 'test-platform.cc', 161 'test-platform.cc',
164 'test-profile-generator.cc', 162 'test-profile-generator.cc',
165 'test-random-number-generator.cc', 163 'test-random-number-generator.cc',
166 'test-receiver-check-hidden-prototype.cc', 164 'test-receiver-check-hidden-prototype.cc',
167 'test-regexp.cc', 165 'test-regexp.cc',
168 'test-reloc-info.cc', 166 'test-reloc-info.cc',
169 'test-representation.cc', 167 'test-representation.cc',
170 'test-sampler-api.cc', 168 'test-sampler-api.cc',
171 'test-serialize.cc', 169 'test-serialize.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 '../../build/isolate.gypi', 436 '../../build/isolate.gypi',
439 ], 437 ],
440 'sources': [ 438 'sources': [
441 'cctest.isolate', 439 'cctest.isolate',
442 ], 440 ],
443 }, 441 },
444 ], 442 ],
445 }], 443 }],
446 ], 444 ],
447 } 445 }
OLDNEW
« no previous file with comments | « src/transitions-inl.h ('k') | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698