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

#include <heap-base.h>

Collaboration diagram for cppgc::internal::MoveListener:

Public Member Functions

virtual void OnMove (Address from, Address to, size_t size_including_header)=0
 

Detailed Description

Definition at line 72 of file heap-base.h.

Member Function Documentation

◆ OnMove()

virtual void cppgc::internal::MoveListener::OnMove ( Address from,
Address to,
size_t size_including_header )
pure virtual

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