#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) { … }
}
}
#endif