v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
scoped-list.h File Reference
#include <type_traits>
#include <vector>
#include "src/base/logging.h"
Include dependency graph for scoped-list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::ScopedList< T, TBacking >
 

Namespaces

namespace  v8
 
namespace  v8::base
 
namespace  v8::internal
 

Typedefs

template<typename T >
using v8::internal::ScopedPtrList = ScopedList<T*, void*>