Commit 9f83c606 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Store bytecode_t in exec_ctx_t.

parent f296c84f
......@@ -228,6 +228,7 @@ struct _exec_ctx_t {
LONG ref;
parser_ctx_t *parser;
bytecode_t *code;
scope_chain_t *scope_chain;
jsdisp_t *var_disp;
IDispatch *this_obj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment