Commit 8c347fd7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Store script context in exec_ctx_t.

parent 9d4b0bd5
......@@ -224,6 +224,7 @@ struct _exec_ctx_t {
parser_ctx_t *parser;
bytecode_t *code;
script_ctx_t *script;
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