chromium/third_party/pdfium/fxjs/cfxjs_engine_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/cfxjs_engine.h"

#include <memory>

#include "fxjs/cjs_object.h"
#include "testing/fxv8_unittest.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-isolate.h"

class FXJSEngineUnitTest : public FXV8UnitTest {};

static bool perm_created =;
static bool perm_destroyed =;
static bool temp_created =;
static bool temp_destroyed =;

TEST_F(FXJSEngineUnitTest, GC) {}