v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::WeakObjects Class Referencefinal

#include <weak-object-worklists.h>

Collaboration diagram for v8::internal::WeakObjects:

Classes

class  Local
 
class  UnusedBase
 

Public Types

template<typename Type >
using WeakObjectWorklist = ::heap::base::Worklist<Type, 64>
 

Public Member Functions

void Clear ()
 

Detailed Description

Definition at line 85 of file weak-object-worklists.h.

Member Typedef Documentation

◆ WeakObjectWorklist

Definition at line 91 of file weak-object-worklists.h.

Member Function Documentation

◆ Clear()

void v8::internal::WeakObjects::Clear ( )

Definition at line 36 of file weak-object-worklists.cc.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: