v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::detail::TaggedArrayHeaderHelper< Shape, Super, typename > Struct Template Reference

#include <fixed-array.h>

Collaboration diagram for v8::internal::detail::TaggedArrayHeaderHelper< Shape, Super, typename >:

Public Types

using type = ArrayHeaderBase<Super, Shape::kLengthEqualsCapacity>
 

Detailed Description

template<class Shape, class Super, typename = void>
struct v8::internal::detail::TaggedArrayHeaderHelper< Shape, Super, typename >

Definition at line 71 of file fixed-array.h.

Member Typedef Documentation

◆ type

template<class Shape , class Super , typename = void>
using v8::internal::detail::TaggedArrayHeaderHelper< Shape, Super, typename >::type = ArrayHeaderBase<Super, Shape::kLengthEqualsCapacity>

Definition at line 72 of file fixed-array.h.


The documentation for this struct was generated from the following file: