.. |
tests
|
jscript: Fixed escaped characters processing.
|
2009-10-08 12:05:52 +02:00 |
Makefile.in
|
jscript: Added ActiveXObject constructor implementation.
|
2009-09-30 16:28:17 +02:00 |
activex.c
|
Assorted spelling fixes.
|
2009-10-08 12:17:31 +02:00 |
array.c
|
jscript: Throw type error fot Array.toString with wrong 'this' call.
|
2009-09-24 13:30:35 +02:00 |
bool.c
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
date.c
|
jscript: Added Date.toGMTString implementation.
|
2009-10-08 12:03:53 +02:00 |
dispex.c
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
engine.c
|
jscript: Use host global object as default 'this' if available and global object otherwise.
|
2009-09-28 12:38:00 +02:00 |
engine.h
|
jscript: Use host global object as default 'this' if available and global object otherwise.
|
2009-09-28 12:38:00 +02:00 |
error.c
|
jscript: Added ActiveXObject constructor implementation.
|
2009-09-30 16:28:17 +02:00 |
function.c
|
jscript: Use host global object as default 'this' if available and global object otherwise.
|
2009-09-28 12:38:00 +02:00 |
global.c
|
jscript: Fix implementation of Global.escape.
|
2009-10-08 12:05:40 +02:00 |
jscript.c
|
jscript: Call SetSite on created ActiveX object.
|
2009-10-07 12:22:40 +02:00 |
jscript.h
|
jscript: Call SetSite on created ActiveX object.
|
2009-10-07 12:22:40 +02:00 |
jscript.inf
|
…
|
|
jscript.spec
|
…
|
|
jscript_De.rc
|
jscript: Update German Translation.
|
2009-10-02 11:49:22 +02:00 |
jscript_En.rc
|
jscript: Added ActiveXObject constructor implementation.
|
2009-09-30 16:28:17 +02:00 |
jscript_Fr.rc
|
jscript: Update French translation.
|
2009-10-01 13:51:40 +02:00 |
jscript_Lt.rc
|
jscript: Update Lithuanian translation.
|
2009-10-07 12:22:28 +02:00 |
jscript_Nl.rc
|
jscript: Add some Dutch translations.
|
2009-09-29 14:22:33 +02:00 |
jscript_Pt.rc
|
…
|
|
jscript_Ru.rc
|
jscript: Update Russian translation.
|
2009-10-06 16:13:17 +02:00 |
jscript_main.c
|
jscript: Added FIXME about IClassFactoryEx.
|
2009-10-02 15:06:58 +02:00 |
jsglobal.idl
|
…
|
|
jsglobal_dispid.h
|
…
|
|
jsutils.c
|
jscript: Fixed to_object for NULL IDispatch.
|
2009-09-24 13:30:28 +02:00 |
lex.c
|
jscript: Fixed escaped characters processing.
|
2009-10-08 12:05:52 +02:00 |
math.c
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
number.c
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
object.c
|
jscript: Added Object.toString implementation for variable object.
|
2009-09-24 13:30:40 +02:00 |
parser.y
|
jscript: Don't require semicolon after function expression.
|
2009-09-23 16:18:46 +02:00 |
regexp.c
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
resource.h
|
jscript: Added ActiveXObject constructor implementation.
|
2009-09-30 16:28:17 +02:00 |
rsrc.rc
|
…
|
|
string.c
|
jscript: Initialize val_str (Coverity).
|
2009-09-28 12:54:05 +02:00 |