mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:41:40 +00:00
[JSCRIPT] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
9a0babd145
commit
660f7b9090
50 changed files with 1562 additions and 1242 deletions
|
@ -69,6 +69,7 @@ void script_release(script_ctx_t *ctx)
|
|||
if(--ctx->ref)
|
||||
return;
|
||||
|
||||
jsval_release(ctx->acc);
|
||||
clear_ei(ctx);
|
||||
if(ctx->cc)
|
||||
release_cc(ctx->cc);
|
||||
|
@ -715,6 +716,7 @@ static HRESULT WINAPI JScriptParse_InitNew(IActiveScriptParse *iface)
|
|||
ctx->version = This->version;
|
||||
ctx->html_mode = This->html_mode;
|
||||
ctx->ei.val = jsval_undefined();
|
||||
ctx->acc = jsval_undefined();
|
||||
heap_pool_init(&ctx->tmp_heap);
|
||||
|
||||
hres = create_jscaller(ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue