|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include "src/utils/utils.h"#include "include/v8-platform.h"#include "src/base/platform/time.h"#include "src/base/strings.h"#include "src/init/v8.h"#include "src/strings/char-predicates-inl.h"Go to the source code of this file.
| Classes | |
| class | v8::internal::TimedScope | 
| Namespaces | |
| namespace | v8 | 
| namespace | v8::internal | 
| Functions | |
| template<typename Char > | |
| bool | v8::internal::TryAddArrayIndexChar (uint32_t *index, Char c) | 
| template<typename Char > | |
| bool | v8::internal::TryAddIntegerIndexChar (uint64_t *index, Char c) | 
| template<typename Stream , typename index_t , enum ToIndexMode mode> | |
| bool | v8::internal::StringToIndex (Stream *stream, index_t *index) |