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

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

Issue 888623002: Property reconfiguring implemented. Tests added. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Prototype transitions printing removed Created 5 years, 10 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/property-details.h ('k') | test/cctest/test-migrations.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'test-heap.cc', 130 'test-heap.cc',
131 'test-heap-profiler.cc', 131 'test-heap-profiler.cc',
132 'test-hydrogen-types.cc', 132 'test-hydrogen-types.cc',
133 'test-list.cc', 133 'test-list.cc',
134 'test-liveedit.cc', 134 'test-liveedit.cc',
135 'test-lockers.cc', 135 'test-lockers.cc',
136 'test-log.cc', 136 'test-log.cc',
137 'test-microtask-delivery.cc', 137 'test-microtask-delivery.cc',
138 'test-mark-compact.cc', 138 'test-mark-compact.cc',
139 'test-mementos.cc', 139 'test-mementos.cc',
140 'test-migrations.cc',
140 'test-object-observe.cc', 141 'test-object-observe.cc',
141 'test-ordered-hash-table.cc', 142 'test-ordered-hash-table.cc',
142 'test-parsing.cc', 143 'test-parsing.cc',
143 'test-platform.cc', 144 'test-platform.cc',
144 'test-profile-generator.cc', 145 'test-profile-generator.cc',
145 'test-random-number-generator.cc', 146 'test-random-number-generator.cc',
146 'test-regexp.cc', 147 'test-regexp.cc',
147 'test-reloc-info.cc', 148 'test-reloc-info.cc',
148 'test-representation.cc', 149 'test-representation.cc',
149 'test-sampler-api.cc', 150 'test-sampler-api.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 '../../tools/js2c.py', 319 '../../tools/js2c.py',
319 '<@(_outputs)', 320 '<@(_outputs)',
320 'TEST', # type 321 'TEST', # type
321 '<@(file_list)', 322 '<@(file_list)',
322 ], 323 ],
323 } 324 }
324 ], 325 ],
325 }, 326 },
326 ], 327 ],
327 } 328 }
OLDNEW
« no previous file with comments | « src/property-details.h ('k') | test/cctest/test-migrations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698