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

Side by Side Diff: test/unittests/compiler/js-typed-lowering-unittest.cc

Issue 1322883002: Make isolate.h usable without objects-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-frames-2
Patch Set: Rebased. Created 5 years, 3 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/unittests/compiler/js-builtin-reducer-unittest.cc ('k') | tools/gyp/v8.gyp » ('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 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 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 "src/code-factory.h" 5 #include "src/code-factory.h"
6 #include "src/compiler/access-builder.h" 6 #include "src/compiler/access-builder.h"
7 #include "src/compiler/js-graph.h" 7 #include "src/compiler/js-graph.h"
8 #include "src/compiler/js-operator.h" 8 #include "src/compiler/js-operator.h"
9 #include "src/compiler/js-typed-lowering.h" 9 #include "src/compiler/js-typed-lowering.h"
10 #include "src/compiler/machine-operator.h" 10 #include "src/compiler/machine-operator.h"
11 #include "src/compiler/node-properties.h" 11 #include "src/compiler/node-properties.h"
12 #include "src/compiler/operator-properties.h" 12 #include "src/compiler/operator-properties.h"
13 #include "src/isolate-inl.h"
13 #include "test/unittests/compiler/compiler-test-utils.h" 14 #include "test/unittests/compiler/compiler-test-utils.h"
14 #include "test/unittests/compiler/graph-unittest.h" 15 #include "test/unittests/compiler/graph-unittest.h"
15 #include "test/unittests/compiler/node-test-utils.h" 16 #include "test/unittests/compiler/node-test-utils.h"
16 #include "testing/gmock-support.h" 17 #include "testing/gmock-support.h"
17 18
18 using testing::_; 19 using testing::_;
19 using testing::BitEq; 20 using testing::BitEq;
20 using testing::IsNaN; 21 using testing::IsNaN;
21 22
22 23
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 EXPECT_THAT(r.replacement(), 1115 EXPECT_THAT(r.replacement(),
1115 IsFinish(IsAllocate(IsNumberConstant(Context::SizeFor( 1116 IsFinish(IsAllocate(IsNumberConstant(Context::SizeFor(
1116 Context::MIN_CONTEXT_SLOTS)), 1117 Context::MIN_CONTEXT_SLOTS)),
1117 effect, control), 1118 effect, control),
1118 _)); 1119 _));
1119 } 1120 }
1120 1121
1121 } // namespace compiler 1122 } // namespace compiler
1122 } // namespace internal 1123 } // namespace internal
1123 } // namespace v8 1124 } // namespace v8
OLDNEW
« no previous file with comments | « test/unittests/compiler/js-builtin-reducer-unittest.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698