V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | Type { UNCONDITIONAL_JUMP, CODE_RELATIVE, OTHER, CODE_ABSOLUTE } |
Public Member Functions | |
int | data () const |
Type | type () const |
void | next (Label *L) const |
void | link_to (Label *L) |
Displacement (int data) | |
Displacement (Label *L, Type type) | |
void | print () |
Definition at line 429 of file assembler-ia32.h.