.. |
tests
|
jscript: Added accessing not existing property on IDispatchEx tests.
|
2014-06-12 18:05:16 +02:00 |
Makefile.in
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
activex.c
|
…
|
|
array.c
|
…
|
|
bool.c
|
…
|
|
compile.c
|
…
|
|
date.c
|
jscript: Remove unused propertyIsEnumerableW and isPrototypeOfW.
|
2014-08-25 20:39:53 +02:00 |
decode.c
|
…
|
|
dispex.c
|
…
|
|
engine.c
|
jscript: Fixed uninitialized variable access in interp_end_finally.
|
2014-04-29 11:27:02 +02:00 |
engine.h
|
…
|
|
error.c
|
…
|
|
function.c
|
…
|
|
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
|
wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations.
|
2014-07-24 17:05:55 +02:00 |
jscript.rc
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01: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
|
…
|
|
lex.c
|
jscript: Improved error handling in numeric literal parser.
|
2013-11-06 18:01:04 +01:00 |
math.c
|
…
|
|
number.c
|
jscript: Fix compilation issues when dtoa is defined in headers.
|
2013-08-15 16:13:27 +02:00 |
object.c
|
…
|
|
parser.y
|
jscript: Use bison directives instead of defines to specify extra lexer parameters.
|
2013-08-01 11:59:12 +02:00 |
regexp.c
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
regexp.h
|
…
|
|
resource.h
|
…
|
|
string.c
|
jscript: Reorganize StringConstr_value slightly to avoid confusing gcc.
|
2013-10-21 16:26:50 +02:00 |
vbarray.c
|
…
|
|