v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::CodeGenerator::HandlerInfo Struct Reference
Collaboration diagram for v8::internal::compiler::CodeGenerator::HandlerInfo:

Public Attributes

Labelhandler
 
int pc_offset
 

Detailed Description

Definition at line 394 of file code-generator.h.

Member Data Documentation

◆ handler

Label* v8::internal::compiler::CodeGenerator::HandlerInfo::handler

Definition at line 396 of file code-generator.h.

◆ pc_offset

int v8::internal::compiler::CodeGenerator::HandlerInfo::pc_offset

Definition at line 397 of file code-generator.h.


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