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

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

Issue 220293002: OrderedHashTable implementation with Set and Map interfaces (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Patch for landing Created 6 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 | Annotate | Revision Log
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test-libplatform-worker-thread.cc', 87 'test-libplatform-worker-thread.cc',
88 'test-list.cc', 88 'test-list.cc',
89 'test-liveedit.cc', 89 'test-liveedit.cc',
90 'test-lockers.cc', 90 'test-lockers.cc',
91 'test-log.cc', 91 'test-log.cc',
92 'test-microtask-delivery.cc', 92 'test-microtask-delivery.cc',
93 'test-mark-compact.cc', 93 'test-mark-compact.cc',
94 'test-mementos.cc', 94 'test-mementos.cc',
95 'test-mutex.cc', 95 'test-mutex.cc',
96 'test-object-observe.cc', 96 'test-object-observe.cc',
97 'test-ordered-hash-table.cc',
97 'test-parsing.cc', 98 'test-parsing.cc',
98 'test-platform.cc', 99 'test-platform.cc',
99 'test-platform-tls.cc', 100 'test-platform-tls.cc',
100 'test-profile-generator.cc', 101 'test-profile-generator.cc',
101 'test-random-number-generator.cc', 102 'test-random-number-generator.cc',
102 'test-regexp.cc', 103 'test-regexp.cc',
103 'test-reloc-info.cc', 104 'test-reloc-info.cc',
104 'test-representation.cc', 105 'test-representation.cc',
105 'test-semaphore.cc', 106 'test-semaphore.cc',
106 'test-serialize.cc', 107 'test-serialize.cc',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '<@(_outputs)', 246 '<@(_outputs)',
246 'TEST', # type 247 'TEST', # type
247 'off', # compression 248 'off', # compression
248 '<@(file_list)', 249 '<@(file_list)',
249 ], 250 ],
250 } 251 }
251 ], 252 ],
252 }, 253 },
253 ], 254 ],
254 } 255 }
OLDNEW
« src/objects.h ('K') | « src/objects.cc ('k') | test/cctest/test-dictionary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698