Sweden-Number/dlls/jscript
Jacek Caban 9b41bb0345 jscript: Added support for '-' CC expression. 2014-10-01 10:53:52 +02:00
..
tests jscript: Added support for '-' CC expression. 2014-10-01 10:53:52 +02:00
Makefile.in jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02:00
activex.c jscript: Added to_flat_string helper and use it to access string buffer in activex.c. 2013-03-27 12:13:32 +01:00
array.c jscript: Use to_flat_string to access string buffer in array.c. 2013-03-27 12:13:36 +01:00
bool.c jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
cc_parser.y jscript: Added support for '-' CC expression. 2014-10-01 10:53:52 +02:00
compile.c jscript: Move parser related declarations to separated header. 2014-09-30 17:40:10 +02:00
date.c jscript: Remove unused propertyIsEnumerableW and isPrototypeOfW. 2014-08-25 20:39:53 +02:00
decode.c jscript: Added decoding support. 2012-03-26 18:15:11 +02:00
dispex.c jscript: Add DISPATCH_PROPERTYGET flag only for DISPATCH_METHOD call in disp_call_value. 2014-09-16 21:00:30 +02:00
engine.c jscript: Move parser related declarations to separated header. 2014-09-30 17:40:10 +02:00
engine.h jscript: Move parser related declarations to separated header. 2014-09-30 17:40:10 +02:00
error.c jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len. 2013-03-25 14:10:08 +01:00
function.c jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len. 2013-03-25 14:10:08 +01:00
global.c jscript: Improve CollectGarbage stub. 2014-06-24 20:26:55 +02:00
jscript.c jscript: Properly handle NULL pvarResult in ParseScriptText. 2014-06-11 19:15:25 +02:00
jscript.h jscript: Added conditional compilation @set support. 2014-09-30 18:15:14 +02: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 jscript: Don't bother to free memory at process exit. 2013-05-15 10:21:12 +02:00
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: Added RegExp.toString() implementation. 2013-05-27 19:29:13 +02:00
jsstr.c jscript: Use single string instance for strings representing NULL BSTR instead of a flag. 2013-04-24 14:34:26 +02:00
jsstr.h jscript: Use single string instance for strings representing NULL BSTR instead of a flag. 2013-04-24 14:34:26 +02:00
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 jscript: Use custom string container instead of BSTR. 2012-10-11 18:53:04 +02:00
lex.c jscript: Implicitly turn CC on for @if instruction. 2014-10-01 10:53:49 +02:00
math.c jscript: Store exception value in script_ctx_t instead of passing it everywhere. 2012-09-19 13:04:16 +02:00
number.c jscript: Fix compilation issues when dtoa is defined in headers. 2013-08-15 16:13:27 +02:00
object.c jscript: Use helpers to access string buffer in object.c. 2013-03-27 12:13:44 +01:00
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 jscript: Cleanup regular expressions engine API. 2013-02-19 19:50:36 +01:00
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 jscript: Fixed some leaks (coverity). 2012-10-31 16:12:27 +01:00