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

#include <cpu-profiler.h>

Inheritance diagram for v8::internal::NativeContextMoveEventRecord:
Collaboration diagram for v8::internal::NativeContextMoveEventRecord:

Public Attributes

Address from_address
 
Address to_address
 
- Public Attributes inherited from v8::internal::CodeEventRecord
Type type
 
unsigned order
 

Additional Inherited Members

- Public Types inherited from v8::internal::CodeEventRecord
enum class  Type { kNoEvent = 0 , VM_EVENTS_TYPE_LIST =(DECLARE_TYPE) }
 

Detailed Description

Definition at line 111 of file cpu-profiler.h.

Member Data Documentation

◆ from_address

Address v8::internal::NativeContextMoveEventRecord::from_address

Definition at line 113 of file cpu-profiler.h.

◆ to_address

Address v8::internal::NativeContextMoveEventRecord::to_address

Definition at line 114 of file cpu-profiler.h.


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