V8 Project
v8::internal::BASE_EMBEDDED< Visitor >::MakeHeapIterableHelper Struct Reference
+ Collaboration diagram for v8::internal::BASE_EMBEDDED< Visitor >::MakeHeapIterableHelper:

Public Member Functions

 MakeHeapIterableHelper (Heap *heap)
 

Detailed Description

template<class Visitor>
struct v8::internal::BASE_EMBEDDED< Visitor >::MakeHeapIterableHelper

Definition at line 2217 of file heap.h.

Constructor & Destructor Documentation

◆ MakeHeapIterableHelper()

template<class Visitor >
v8::internal::BASE_EMBEDDED< Visitor >::MakeHeapIterableHelper::MakeHeapIterableHelper ( Heap heap)
inlineexplicit

Definition at line 2218 of file heap.h.

2218 { heap->MakeHeapIterable(); }
void MakeHeapIterable()
Definition: heap.cc:4255

References v8::internal::Heap::MakeHeapIterable().

+ Here is the call graph for this function:

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