// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/compiler/js-intrinsic-lowering.h" #include "src/compiler/js-graph.h" #include "src/compiler/js-operator.h" #include "src/compiler/simplified-operator.h" #include "test/unittests/compiler/graph-unittest.h" #include "testing/gmock-support.h" _; AllOf; BitEq; Capture; CaptureEq; namespace v8 { namespace internal { namespace compiler { class JSIntrinsicLoweringTest : public GraphTest { … }; // ----------------------------------------------------------------------------- // %_CreateJSGeneratorObject TEST_F(JSIntrinsicLoweringTest, InlineCreateJSGeneratorObject) { … } } // namespace compiler } // namespace internal } // namespace v8