Sweden-Number/dlls/jscript
Jacek Caban 7726e01844 jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces. 2012-12-24 13:33:14 +01:00
..
tests jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces. 2012-12-24 13:33:14 +01:00
Makefile.in jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
activex.c jscript: Added more useful debug traces. 2012-12-07 12:04:25 +01:00
array.c jscript: Fixed some Coverity issues. 2012-11-27 17:00:45 +01:00
bool.c jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
compile.c jscript: Allow poping multiple stack values at the time. 2012-12-14 11:54:47 +01:00
date.c jscript: Removed SysFreeString calls missed in previous patch. 2012-10-12 12:04:28 +02:00
decode.c jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
dispex.c jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces. 2012-12-24 13:33:14 +01:00
engine.c jscript: Moved string concatenation to helper function. 2012-12-18 12:37:08 +01:00
engine.h jscript: Allow poping multiple stack values at the time. 2012-12-14 11:54:47 +01:00
error.c jscript: Use jsdisp_propput_dontenum where appropriate. 2012-11-05 17:44:15 +01:00
function.c jscript: Cut arguments circular reference after returning from the function. 2012-11-30 19:12:15 +01:00
global.c jscript: Use jsdisp_propput_dontenum where appropriate. 2012-11-05 17:44:15 +01:00
jscript.c jscript: Added support for SCRIPTTEXT_ISEXPRESSION. 2012-12-12 20:23:17 +01:00
jscript.h jscript: Throw an error if return statement is in eval code. 2012-12-12 20:23:13 +01:00
jscript.rc jscript: Throw an error if return statement is in eval code. 2012-12-12 20:23:13 +01:00
jscript.rgs scrrun: Moved script extensions registration to scrrun.dll. 2011-12-07 17:50:02 +01:00
jscript.spec
jscript_classes.idl jscript: Move some of registration process to IRegistrar mechanism. 2010-12-16 11:49:11 +01:00
jscript_main.c jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
jsglobal.idl
jsglobal_dispid.h
jsstr.c jscript: Optimized concatenation of empty strings. 2012-12-18 12:37:14 +01:00
jsstr.h jscript: Moved string concatenation to helper function. 2012-12-18 12:37:08 +01:00
jsutils.c jscript: Added null and undefined values support to to_object. 2012-12-21 17:28:55 +01:00
jsval.h jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
lex.c jscript: Use BOOL instead of VARIANT_BOOL in lexer. 2012-09-17 18:30:08 +02: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: Fixed Number.toFixed for value 0 with 0 precision. 2012-12-17 20:31:16 +01:00
object.c jscript: Use proper object as 'this' when function is called on an activation object. 2012-11-14 16:37:49 +01:00
parser.y jscript: Be more verbose about parser failure. 2012-09-07 19:15:23 +02:00
regexp.c jscript: Use jsstr_t for passing strings to regexp matching functions. 2012-10-18 19:23:07 +02:00
resource.h jscript: Throw an error if return statement is in eval code. 2012-12-12 20:23:13 +01:00
string.c jscript: Added support for indexed string access. 2012-11-30 19:12:16 +01:00
vbarray.c jscript: Fixed some leaks (coverity). 2012-10-31 16:12:27 +01:00