// Copyright 2021 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/objects/object-type.h" #include "src/objects/objects-inl.h" #include "src/objects/smi.h" #include "src/objects/string-inl.h" namespace v8 { namespace internal { Address CheckObjectType(Address raw_value, Address raw_type, Address raw_location) { … } } // namespace internal } // namespace v8