Sweden-Number/dlls/jscript
Jacek Caban dd0fe98646 jscript: Added support for no new line between return and expression rule. 2012-09-10 17:36:08 +02:00
..
tests jscript: Added support for no new line between return and expression rule. 2012-09-10 17:36:08 +02:00
Makefile.in
activex.c
array.c jscript: Use prototype for builtin Array properties. 2012-07-24 13:38:09 +02:00
bool.c jscript: Use prototype for builtin Boolean properties. 2012-07-24 13:38:20 +02:00
compile.c jscript: Fixed empty cases in the end of switch statement. 2012-09-04 16:15:45 +02:00
date.c jscript: Use prototype for builtin Date properties. 2012-07-24 13:38:26 +02:00
decode.c
dispex.c jscript: Fixed argument conversion in disp_call_value when 'this' is specified. 2012-09-03 16:13:21 +02:00
engine.c jscript: Avoid FALSE:TRUE conditional expressions. 2012-08-13 17:29:31 +02:00
engine.h jscript: Added support for no new line between break and identifier rule. 2012-09-10 17:36:02 +02:00
error.c jscript: Properly set Error object's constructor property. 2012-07-16 16:29:45 +02:00
function.c jscript: Don't expose properties that belong to function prototype from function instance. 2012-07-23 19:53:48 +02:00
global.c jscript: Expose RegExpError constructor in global object. 2012-07-16 16:29:51 +02:00
jscript.c
jscript.h jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implementation. 2012-07-23 19:53:48 +02:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c jscript: Prefer builtin version. 2012-07-13 14:10:30 -05:00
jsglobal.idl
jsglobal_dispid.h
jsutils.c
lex.c jscript: Added support for no new line between return and expression rule. 2012-09-10 17:36:08 +02:00
math.c
number.c jscript: Use prototype for builtin Number properties. 2012-07-24 13:38:31 +02:00
object.c jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implementation. 2012-07-23 19:53:48 +02:00
parser.y jscript: Be more verbose about parser failure. 2012-09-07 19:15:23 +02:00
regexp.c jscript: Use prototype for builtin RegExp properties. 2012-07-24 13:38:37 +02:00
resource.h
string.c jscript: Use prototype for builtin String properties. 2012-07-24 13:38:41 +02:00
vbarray.c jscript: Properly handle constructor property for most builtin constructors. 2012-07-16 16:29:31 +02:00