// 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/execution/encoded-c-signature.h" #include "include/v8-fast-api-calls.h" #include "src/base/bits.h" #include "src/base/logging.h" namespace v8 { namespace internal { int EncodedCSignature::FPParameterCount() const { … } EncodedCSignature::EncodedCSignature(const CFunctionInfo* signature) { … } } // namespace internal } // namespace v8