blob: a0ee7c2eb08994f52573d50deef75a50bb615a9d [file] [log] [blame]
K. Moon832a6942022-10-31 20:11:31 +00001// Copyright 2016 The PDFium Authors
Dan Sinclaira3254622017-10-30 20:24:14 +00002// 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;