chromium/third_party/pdfium/fxjs/cfx_v8_unittest.cpp

// Copyright 2018 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "fxjs/cfx_v8.h"

#include <math.h>

#include <memory>

#include "testing/fxv8_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/v8-container.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-date.h"
#include "v8/include/v8-isolate.h"

namespace {
bool getter_sentinel =;
bool setter_sentinel =;
}  // namespace

class CFXV8UnitTest : public FXV8UnitTest {};

TEST_F(CFXV8UnitTest, EmptyLocal) {}

TEST_F(CFXV8UnitTest, NewNull) {}

TEST_F(CFXV8UnitTest, NewUndefined) {}

TEST_F(CFXV8UnitTest, NewBoolean) {}

TEST_F(CFXV8UnitTest, NewNumber) {}

TEST_F(CFXV8UnitTest, NewString) {}

TEST_F(CFXV8UnitTest, NewDate) {}

TEST_F(CFXV8UnitTest, NewArray) {}

TEST_F(CFXV8UnitTest, NewObject) {}

TEST_F(CFXV8UnitTest, ThrowFromGetter) {}

TEST_F(CFXV8UnitTest, ThrowFromSetter) {}