Sweden-Number/dlls/jscript
Jacek Caban a2a57791cd jscript: Added more SCRIPTSTATE_STARTED tests. 2015-01-14 13:18:27 +01:00
..
tests jscript: Added more SCRIPTSTATE_STARTED tests. 2015-01-14 13:18:27 +01:00
Makefile.in jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
activex.c
array.c jscript: Merge two if blocks with identical condition (PVS-Studio). 2014-12-05 11:24:14 +01:00
bool.c
cc_parser.y jscript: Added support for relational CC expressions. 2014-10-02 16:59:24 +02:00
compile.c jscript: Move parser related declarations to separated header. 2014-09-30 17:40:10 +02:00
date.c jscript: Support PROPERTYGET in Date Value. 2014-12-15 14:20:45 +01:00
decode.c
dispex.c jscript: Use DISPATCH_PROPERTYPUTREF flag when setting a property to VT_DISPATCH. 2014-11-28 17:05:50 +01:00
engine.c jscript: Remove unused code (Clang). 2014-11-25 19:49:40 +01:00
engine.h jscript: Move parser related declarations to separated header. 2014-09-30 17:40:10 +02:00
error.c
function.c jscript: Don't allow function execution if script engine is not in started state. 2015-01-14 13:18:24 +01:00
global.c jscript: Don't use builtin property for exposing ActiveXObject constructor. 2014-10-13 19:43:28 +09:00
jscript.c jscript: Properly handle NULL pvarResult in ParseScriptText. 2014-06-11 19:15:25 +02:00
jscript.h jscript: Don't use builtin property for exposing ActiveXObject constructor. 2014-10-13 19:43:28 +09:00
jscript.rc jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
jscript_main.c
jsglobal.idl makedep: Add a separate pragma flag for typelibs that need registration. 2013-12-26 13:32:49 +01:00
jsglobal_dispid.h
jsregexp.c jscript: Remove unused code (Clang). 2014-11-25 19:49:40 +01:00
jsstr.c
jsstr.h
jsutils.c wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations. 2014-07-24 17:05:55 +02:00
jsval.h
lex.c jscript: Ignore BOM mark in next_token. 2014-10-02 20:34:10 +02:00
math.c
number.c
object.c
parser.h jscript: Added support for conditional compilation @if/@elif/@else/@end. 2014-10-01 10:53:43 +02:00
parser.y jscript: Move parser related declarations to separated header. 2014-09-30 17:40:10 +02:00
regexp.c Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
regexp.h
resource.h jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
string.c jscript: Reorganize StringConstr_value slightly to avoid confusing gcc. 2013-10-21 16:26:50 +02:00
vbarray.c