ReactOS 0.4.15-dev-7842-g558ab78
instr_t Struct Reference

#include <engine.h>

Collaboration diagram for instr_t:

Public Attributes

jsop_t op
 
union {
   instr_arg_t   arg [2]
 
   double   dbl
 
u
 
vbsop_t op
 
instr_arg_t arg1
 
instr_arg_t arg2
 

Detailed Description

Definition at line 126 of file engine.h.

Member Data Documentation

◆ arg

◆ arg1

◆ arg2

◆ dbl

double instr_t::dbl

Definition at line 130 of file engine.h.

Referenced by dump_code(), get_op_double(), and push_instr_double().

◆ op [1/2]

jsop_t instr_t::op

Definition at line 127 of file engine.h.

Referenced by dump_code(), enter_bytecode(), exec_script(), resolve_labels(), and unwind_exception().

◆ op [2/2]

vbsop_t instr_t::op

Definition at line 297 of file vbscript.h.

◆ 


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