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

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

Issue 1542943002: [proxies] Expose proxies in the API (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@2015-12-17_JSProxy_d8_printing_1530293004
Patch Set: messing around with branches Created 5 years 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'test-list.cc', 151 'test-list.cc',
152 'test-liveedit.cc', 152 'test-liveedit.cc',
153 'test-lockers.cc', 153 'test-lockers.cc',
154 'test-log.cc', 154 'test-log.cc',
155 'test-microtask-delivery.cc', 155 'test-microtask-delivery.cc',
156 'test-mementos.cc', 156 'test-mementos.cc',
157 'test-object-observe.cc', 157 'test-object-observe.cc',
158 'test-parsing.cc', 158 'test-parsing.cc',
159 'test-platform.cc', 159 'test-platform.cc',
160 'test-profile-generator.cc', 160 'test-profile-generator.cc',
161 'test-proxies.cc',
161 'test-random-number-generator.cc', 162 'test-random-number-generator.cc',
162 'test-regexp.cc', 163 'test-regexp.cc',
163 'test-reloc-info.cc', 164 'test-reloc-info.cc',
164 'test-representation.cc', 165 'test-representation.cc',
165 'test-sampler-api.cc', 166 'test-sampler-api.cc',
166 'test-serialize.cc', 167 'test-serialize.cc',
167 'test-simd.cc', 168 'test-simd.cc',
168 'test-slots-buffer.cc', 169 'test-slots-buffer.cc',
169 'test-strings.cc', 170 'test-strings.cc',
170 'test-symbols.cc', 171 'test-symbols.cc',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '../../build/isolate.gypi', 360 '../../build/isolate.gypi',
360 ], 361 ],
361 'sources': [ 362 'sources': [
362 'cctest.isolate', 363 'cctest.isolate',
363 ], 364 ],
364 }, 365 },
365 ], 366 ],
366 }], 367 }],
367 ], 368 ],
368 } 369 }
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/test-proxies.cc » ('j') | test/cctest/test-proxies.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698