Sweden-Number/dlls/jscript
Michael Stefaniuc 37a9183d68 jscript: Avoid FALSE:TRUE conditional expressions. 2012-08-13 17:29:31 +02:00
..
tests jscript/tests: Use proper helpers for iface calls. 2012-07-30 17:13:31 +02:00
Makefile.in jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
activex.c jscript: Don't use DISPPARAMS for internal arguments. 2012-06-25 18:12:51 +02:00
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: Always store numeric literals as double. 2012-06-20 19:20:57 +02:00
date.c jscript: Use prototype for builtin Date properties. 2012-07-24 13:38:26 +02:00
decode.c jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
dispex.c jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implementation. 2012-07-23 19:53:48 +02:00
engine.c jscript: Avoid FALSE:TRUE conditional expressions. 2012-08-13 17:29:31 +02:00
engine.h jscript: Always store numeric literals as double. 2012-06-20 19:20:57 +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: Store function parameters in function_code_t. 2012-04-25 12:17:01 +02:00
jscript.h jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implementation. 2012-07-23 19:53:48 +02:00
jscript.rc jscript: Added Number.toPrecision implementation. 2012-04-19 19:28:11 +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 jscript: Move some of registration process to IRegistrar mechanism. 2010-12-16 11:49:11 +01:00
jscript_main.c jscript: Prefer builtin version. 2012-07-13 14:10:30 -05:00
jsglobal.idl
jsglobal_dispid.h
jsutils.c jscript: Make int_to_bstr() static. 2012-06-26 17:06:11 +02:00
lex.c jscript: Always store numeric literals as double. 2012-06-20 19:20:57 +02:00
math.c jscript: Don't use DISPPARAMS for internal arguments. 2012-06-25 18:12:51 +02:00
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: Get rid of parser function collecting hack by moving the logic to compiler. 2012-04-26 19:27:36 +02:00
regexp.c jscript: Use prototype for builtin RegExp properties. 2012-07-24 13:38:37 +02:00
resource.h jscript: Added Number.toPrecision implementation. 2012-04-19 19:28:11 +02:00
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