// 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/type-cache.h"#include "src/base/lazy-instance.h"#include "src/types-inl.h"namespacev8{namespaceinternal{namespace{base::LazyInstance<TypeCache>::typekCache=LAZY_INSTANCE_INITIALIZER;}// namespace// staticTypeCacheconst&TypeCache::Get(){returnkCache.Get();}}// namespace internal}// namespace v8