ReactOS 0.4.16-dev-338-g34e76ad
|
#include <engine.h>
Public Attributes | |
BSTR | bstr |
LONG | lng |
jsstr_t * | str |
unsigned | uint |
const WCHAR * | str |
double * | dbl |
BSTR instr_arg_t::bstr |
Definition at line 109 of file engine.h.
Referenced by compile_forto_statement(), get_op_bstr(), push_instr_bstr(), push_instr_bstr_uint(), and push_instr_uint_bstr().
double* instr_arg_t::dbl |
Definition at line 293 of file vbscript.h.
Referenced by push_instr_double().
LONG instr_arg_t::lng |
Definition at line 110 of file engine.h.
Referenced by compile_assign_expression(), compile_call_expression(), get_op_int(), and push_instr_int().
jsstr_t* instr_arg_t::str |
Definition at line 111 of file engine.h.
Referenced by get_op_str(), push_instr_str(), push_instr_str_uint(), and push_instr_uint_str().
Definition at line 289 of file vbscript.h.
unsigned instr_arg_t::uint |
Definition at line 112 of file engine.h.
Referenced by compile_array_literal(), compile_assign_expression(), compile_call_expression(), compile_forto_statement(), compile_if_statement(), compile_try_statement(), compile_while_statement(), emit_catch_jmp(), exec_script(), get_op_uint(), push_instr_addr(), push_instr_bstr_uint(), push_instr_str_uint(), push_instr_uint(), push_instr_uint_bstr(), push_instr_uint_str(), resolve_labels(), and set_arg_uint().