v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
utils-inl.h File Reference
Include dependency graph for utils-inl.h:
This graph shows which files directly or indirectly include this file:

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)