Sweden-Number/dlls/jscript
Jacek Caban 39521de784 jscript: Added RegExp.test implementation. 2009-08-28 11:54:47 +02:00
..
tests jscript: Added RegExp.test implementation. 2009-08-28 11:54:47 +02:00
Makefile.in jscript: Add Portuguese translation. 2009-08-06 17:28:13 +02:00
array.c jscript: Fixed Array's function lengths. 2009-08-17 13:57:51 +02:00
bool.c jscript: Inherit some Boolean function from Object. 2009-08-14 13:59:10 +02:00
date.c jscript: Fixed Date's function lengths. 2009-08-17 13:57:51 +02:00
dispex.c jscript: Fixed Object.toLocaleString implementation. 2009-08-12 17:04:38 +02:00
engine.c jscript: Create undeclared values to script_disp instead of var_disp. 2009-08-27 11:48:13 +02:00
engine.h jscript: Throw an exception when evaluating invalid identifier instead of on lookup failure. 2009-08-27 11:48:05 +02:00
error.c jscript: Inherit some Error functions from Object. 2009-08-14 13:59:10 +02:00
function.c jscript: Fixed Function method's lengths. 2009-08-24 15:17:32 +02:00
global.c jscript: Inherit some Error functions from Object. 2009-08-14 13:59:10 +02:00
jscript.c jscript: Added html comments handling. 2009-04-10 11:33:35 +02:00
jscript.h jscript: Inherit some Error functions from Object. 2009-08-14 13:59:10 +02:00
jscript.inf
jscript.spec
jscript_De.rc jscript: Update German translation. 2009-08-07 14:57:34 +02:00
jscript_En.rc jscript: Added 'unterminated string' error. 2009-08-06 12:02:00 +02:00
jscript_Fr.rc jscript: Update French translation. 2009-08-07 11:39:10 +02:00
jscript_Lt.rc jscript: Update Lithuanian translation. 2009-08-06 12:02:39 +02:00
jscript_Nl.rc jscript: Add some Dutch translations. 2009-08-11 17:30:12 +02:00
jscript_Pt.rc jscript: Add Portuguese translation. 2009-08-06 17:28:13 +02:00
jscript_main.c jscript: Add error throwing functions. 2009-07-21 10:58:52 +02:00
jsglobal.idl jscript: Added JSGlobal typelib. 2008-08-26 10:56:40 +02:00
jsglobal_dispid.h jscript: Added JSGlobal typelib. 2008-08-26 10:56:40 +02:00
jsutils.c jscript: Throw error in to_primitive function. 2009-07-22 14:42:50 +02:00
lex.c jscript: Fixed parsing regexps starting with '='. 2009-08-27 11:47:16 +02:00
math.c jscript: Fixed Math's function lengths. 2009-08-17 13:57:51 +02:00
number.c jscript: Fixed Number's function lengths. 2009-08-17 13:57:51 +02:00
object.c jscript: Fixed Object's function lengths. 2009-08-17 13:57:51 +02:00
parser.y jscript: Don't require semicolon after function declaration. 2009-08-27 11:47:22 +02:00
regexp.c jscript: Added RegExp.test implementation. 2009-08-28 11:54:47 +02:00
resource.h jscript: Added 'unterminated string' error. 2009-08-06 12:02:00 +02:00
rsrc.rc jscript: Added JSGlobal typelib. 2008-08-26 10:56:40 +02:00
string.c jscript: Added String.substr implementation. 2009-08-24 15:17:32 +02:00