Home
last modified time | relevance | path

Searched refs:host_global (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/vbscript/
H A Dvbscript.c158 if(ctx->host_global) { in release_script()
159 IDispatch_Release(ctx->host_global); in release_script()
160 ctx->host_global = NULL; in release_script()
538 if(This->ctx->host_global) in VBScript_AddNamedItem()
539 IDispatch_Release(This->ctx->host_global); in VBScript_AddNamedItem()
541 This->ctx->host_global = disp; in VBScript_AddNamedItem()
H A Dvbscript.h186 IDispatch *host_global; member
H A Dinterp.c2154 }else if (ctx->host_global) { in exec_script()
2155 exec.this_obj = ctx->host_global; in exec_script()
/reactos/dll/win32/jscript/
H A Djscript.c182 if(This->ctx->host_global) { in decrease_state()
183 IDispatch_Release(This->ctx->host_global); in decrease_state()
184 This->ctx->host_global = NULL; in decrease_state()
559 if(This->ctx->host_global) in JScript_AddNamedItem()
560 IDispatch_Release(This->ctx->host_global); in JScript_AddNamedItem()
562 This->ctx->host_global = disp; in JScript_AddNamedItem()
H A Dfunction.c604 else if(ctx->host_global) in NativeFunction_call()
605 set_disp(&vthis, ctx->host_global); in NativeFunction_call()
H A Djscript.h429 IDispatch *host_global; member
H A Dengine.c2706 …(frame->this_obj && frame->this_obj != to_disp(ctx->global) && frame->this_obj != ctx->host_global) in print_backtrace()
3045 else if(ctx->host_global) in exec_source()
3046 frame->this_obj = ctx->host_global; in exec_source()