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: test/cctest/test-types.cc

Issue 1051393003: Removed src/{isolate,property-details,utils}-inl.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « test/cctest/test-random-number-generator.cc ('k') | test/cctest/test-utils.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 2013 the V8 project authors. All rights reserved. 1 // Copyright 2013 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <vector> 5 #include <vector>
6 6
7 #include "src/hydrogen-types.h" 7 #include "src/hydrogen-types.h"
8 #include "src/isolate-inl.h"
9 #include "src/types.h" 8 #include "src/types.h"
10 #include "test/cctest/cctest.h" 9 #include "test/cctest/cctest.h"
11 #include "test/cctest/types-fuzz.h" 10 #include "test/cctest/types-fuzz.h"
12 11
13 using namespace v8::internal; 12 using namespace v8::internal;
14 13
15 14
16 // Testing auxiliaries (breaking the Type abstraction). 15 // Testing auxiliaries (breaking the Type abstraction).
17 16
18 17
(...skipping 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 TEST(HTypeFromType_zone) { ZoneTests().HTypeFromType(); } 2196 TEST(HTypeFromType_zone) { ZoneTests().HTypeFromType(); }
2198 2197
2199 2198
2200 TEST(HTypeFromType_heap) { HeapTests().HTypeFromType(); } 2199 TEST(HTypeFromType_heap) { HeapTests().HTypeFromType(); }
2201 2200
2202 2201
2203 TEST(GlobalObjectType_zone) { ZoneTests().GlobalObjectType(); } 2202 TEST(GlobalObjectType_zone) { ZoneTests().GlobalObjectType(); }
2204 2203
2205 2204
2206 TEST(GlobalObjectType_heap) { HeapTests().GlobalObjectType(); } 2205 TEST(GlobalObjectType_heap) { HeapTests().GlobalObjectType(); }
OLDNEW
« no previous file with comments | « test/cctest/test-random-number-generator.cc ('k') | test/cctest/test-utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698