blob: d1c7fae7bf336c4e22be6d9f36080e244b758dee [file] [log] [blame]
Dan Sinclaira3254622017-10-30 20:24:14 +00001// Copyright 2016 PDFium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
Tom Sepez41d04e12018-10-30 22:07:36 +00007#include "fxjs/cfx_keyvalue.h"
Dan Sinclaira3254622017-10-30 20:24:14 +00008
Tom Sepez4a463d52018-11-07 22:32:41 +00009CFX_Value::CFX_Value() = default;
10
11CFX_Value::~CFX_Value() = default;
12
Tom Sepez41d04e12018-10-30 22:07:36 +000013CFX_KeyValue::CFX_KeyValue() = default;
Dan Sinclaira3254622017-10-30 20:24:14 +000014
Tom Sepez41d04e12018-10-30 22:07:36 +000015CFX_KeyValue::~CFX_KeyValue() = default;