Searched refs:host_global (Results 1 – 7 of 7) sorted by relevance
158 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()
186 IDispatch *host_global; member
2154 }else if (ctx->host_global) { in exec_script()2155 exec.this_obj = ctx->host_global; in exec_script()
182 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()
604 else if(ctx->host_global) in NativeFunction_call()605 set_disp(&vthis, ctx->host_global); in NativeFunction_call()
429 IDispatch *host_global; member
2706 …(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()