search for: exec_source

Displaying 5 results from an estimated 5 matches for "exec_source".

2016 Apr 01
0
Wine release 1.9.7
...-safe initialization. Iván Matellanes (1): msvcirt: Avoid superfluous comparison in some compilers. Jacek Caban (49): mshtml/tests: Fixed xmlhttprequest test failures. mshtml/tests: Fixed remaining xmlhttprequest test failures. jscript: Removed no longer used argument from exec_source. jscript: Added a few more arguments tests. jscript: Keep track of active call in a separated structure. jscript: Store bytecode pointer in call_frame_t. jscript: Store function description in call_frame_t. jscript: Added new helpers for jumps. jscript: Store exc...
2011 Dec 30
0
Wine release 1.3.36
.... Hwang YunSong (2): po: Updated Korean translation. po: Updated Korean translation. Jacek Caban (51): jscript: Store type information in statement nodes. jscript: Use bytecode for block statement implementation. jscript: Use bytecode for execution main code block in exec_source. jscript: Use compiler for handling expression statements. jscript: Use compiler for handling if statement. jscript: Use compiler for hanling empty statements. jscript: Use compiler to handle variable statement. jscript: Get rid of no longer used expr_eval flags....
2020 Mar 27
0
Wine release 5.5
...mscoree: Handle the shared wine-mono installation like the msi case. shell32/tests: Fix the temporary directory creation in shlexec. Gabriel Iv?ncescu (19): quartz: Clear the WS_CHILD style instead of unparenting the window. jscript: Get rid of the variable_obj parameter to exec_source. jscript: Use the proper variable_obj for bytecodes with named items. jscript: Lookup and ref the named item's dispatch first, during interpretion. jscript: Create separate script dispatches for each named item. include/winnt: Add more ACTCTX_COMPATIBILITY_ELEMENT_TYPE d...
2010 Jan 08
0
Wine release 1.1.36
...o the function. ntdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed into QueryFunction which expects a nul-terminated string. shlwapi: Initialise id field of ConPt object in connection point tests. jscript: Make sure retv pointer is initialised in exec_source even if no value needs to be returned. jscript: Make sure to initialise the string output parameter in run_exec. jscript: Fix various memory and reference count leaks. Roderick Colenbrander (1): winex11: Fix a null pointer crash when XRender isn't around. Stefan D?singer (13...
2009 Dec 04
0
Wine release 1.1.34
...RequestW. wininet: Directly return error status from HTTP_HttpAddRequestHeadersW. wininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration. jscript: Added lastIndex setter implementation. jscript: Added lastIndex tests. jscript: Pass NULL as retv to exec_source in exec_global_code. mshtml: Don't wrap URIs related to Gecko special URIs. mshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation. mshtml: Added IHTMLDocument2::get_cookie implementation. mshtml: Added IHTMLDocument2::put_cookie implementa...