Sweden-Number/dlls/jscript
Jacek Caban ee880b28c5 jscript: Fixed BSTR leak. 2013-02-19 19:50:53 +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: Moved generic regular expressions code to separate file. 2013-02-15 14:43:17 +01:00
activex.c jscript: Added more useful debug traces. 2012-12-07 12:04:25 +01:00
array.c
bool.c
compile.c jscript: Fixed BSTR leak. 2013-02-19 19:50:53 +01:00
date.c jscript: Avoid signed-unsigned integer comparisons. 2013-02-11 11:46:05 +01:00
decode.c
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: Rename jsheap_t to heap_pool_t. 2013-02-15 14:42:58 +01:00
error.c jscript: Avoid signed-unsigned integer comparisons. 2013-02-11 11:46:05 +01:00
function.c jscript: Avoid signed-unsigned integer comparisons. 2013-02-11 11:46:05 +01:00
global.c
jscript.c jscript: Rename jsheap_t to heap_pool_t. 2013-02-15 14:42:58 +01:00
jscript.h jscript: Use to_int32 in to_uint32 implementation. 2013-02-19 19:50:53 +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
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
jsregexp.c jscript: Avoid copying regular expression results. 2013-02-19 19:50:40 +01:00
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: Use to_int32 in to_uint32 implementation. 2013-02-19 19:50:53 +01:00
jsval.h
lex.c
math.c
number.c jscript: Fixed Number.toFixed for value 0 with 0 precision. 2012-12-17 20:31:16 +01:00
object.c
parser.y jscript: Rename jsheap_t to heap_pool_t. 2013-02-15 14:42:58 +01:00
regexp.c jscript: Cleanup regular expressions engine API. 2013-02-19 19:50:36 +01:00
regexp.h jscript: Cleanup regular expressions engine API. 2013-02-19 19:50:36 +01: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: Avoid copying regular expression results. 2013-02-19 19:50:40 +01:00
vbarray.c