chromium/v8/src/utils/utils-inl.h

// Copyright 2016 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.

#ifndef V8_UTILS_UTILS_INL_H_
#define V8_UTILS_UTILS_INL_H_

#include "src/utils/utils.h"

#include "include/v8-platform.h"
#include "src/base/platform/time.h"
#include "src/init/v8.h"
#include "src/strings/char-predicates-inl.h"

namespace v8 {
namespace internal {

class V8_NODISCARD TimedScope {};

template <typename Char>
bool TryAddArrayIndexChar(uint32_t* index, Char c) {}

template <typename Char>
bool TryAddIntegerIndexChar(uint64_t* index, Char c) {}

template <typename Stream, typename index_t, enum ToIndexMode mode>
bool StringToIndex(Stream* stream, index_t* index) {}

}  // namespace internal
}  // namespace v8

#endif  // V8_UTILS_UTILS_INL_H_