Sweden-Number/dlls/jscript
Jacek Caban 79361d3bc0 jscript: Added a test of DeleteMembedByDispID returning an error.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-15 20:00:42 +09:00
..
tests jscript: Added a test of DeleteMembedByDispID returning an error. 2015-10-15 20:00:42 +09:00
Makefile.in jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
activex.c jscript: Added to_flat_string helper and use it to access string buffer in activex.c. 2013-03-27 12:13:32 +01:00
array.c jscript: Pass 'this' as jsdisp_t to setters. 2015-02-06 22:20:36 +09:00
bool.c jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
cc_parser.y jscript: Added support for relational CC expressions. 2014-10-02 16:59:24 +02:00
compile.c jscript: Added beginning support for 'automagic' event binding feature. 2015-06-03 14:47:12 +09:00
date.c jscript: Date.parse: long date with '/' or '-'. 2015-05-04 20:20:26 +09:00
decode.c jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
dispex.c jscript: Pass 'this' as jsdisp_t to setters. 2015-02-06 22:20:36 +09:00
engine.c jscript: Return error code disp_delete() failed with (PVS-Studio). 2015-10-15 19:47:55 +09:00
engine.h jscript: Added beginning support for 'automagic' event binding feature. 2015-06-03 14:47:12 +09:00
error.c jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len. 2013-03-25 14:10:08 +01:00
function.c jscript: Pass 'this' as jsdisp_t to setters. 2015-02-06 22:20:36 +09:00
global.c jscript: Don't use builtin property for *Error constructors. 2015-02-06 00:28:35 +09:00
jscript.c jscript: Correctly handle pvarResult in ParseScriptText. 2015-06-01 14:43:28 +09:00
jscript.h jscript: Mark internal symbols with hidden visibility. 2015-03-18 19:39:04 +09:00
jscript.rc jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
jscript.rgs scrrun: Moved script extensions registration to scrrun.dll. 2011-12-07 17:50:02 +01:00
jscript.spec
jscript_classes.idl makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
jscript_main.c jscript: Don't bother to free memory at process exit. 2013-05-15 10:21:12 +02:00
jsglobal.idl makedep: Add a separate pragma flag for typelibs that need registration. 2013-12-26 13:32:49 +01:00
jsglobal_dispid.h
jsregexp.c jscript: Pass 'this' as jsdisp_t to setters. 2015-02-06 22:20:36 +09:00
jsstr.c jscript: Use single string instance for strings representing NULL BSTR instead of a flag. 2013-04-24 14:34:26 +02:00
jsstr.h jscript: Use single string instance for strings representing NULL BSTR instead of a flag. 2013-04-24 14:34:26 +02:00
jsutils.c jscript: Fixed handling VT_VARIANT|VY_BYREF types. 2015-02-06 22:20:39 +09:00
jsval.h jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
lex.c jscript: Added beginning support for 'automagic' event binding feature. 2015-06-03 14:47:12 +09:00
math.c jscript: Store exception value in script_ctx_t instead of passing it everywhere. 2012-09-19 13:04:16 +02:00
number.c jscript: Pass 'this' as jsdisp_t to getters. 2015-02-06 22:20:34 +09:00
object.c jscript: Pass 'this' as jsdisp_t to getters. 2015-02-06 22:20:34 +09:00
parser.h jscript: Added beginning support for 'automagic' event binding feature. 2015-06-03 14:47:12 +09:00
parser.y jscript: Added beginning support for 'automagic' event binding feature. 2015-06-03 14:47:12 +09:00
regexp.c Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
regexp.h jscript: Cleanup regular expressions engine API. 2013-02-19 19:50:36 +01:00
resource.h jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
string.c jscript: Avoid UINT32_MAX. 2015-05-14 17:15:14 +09:00
vbarray.c jscript: Fixed some leaks (coverity). 2012-10-31 16:12:27 +01:00