// 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/interpreter/interpreter-intrinsics.h" #include "src/base/logging.h" namespace v8 { namespace internal { namespace interpreter { // static bool IntrinsicsHelper::IsSupported(Runtime::FunctionId function_id) { … } // static IntrinsicsHelper::IntrinsicId IntrinsicsHelper::FromRuntimeId( Runtime::FunctionId function_id) { … } // static Runtime::FunctionId IntrinsicsHelper::ToRuntimeId( IntrinsicsHelper::IntrinsicId intrinsic_id) { … } } // namespace interpreter } // namespace internal } // namespace v8