.. |
tests
|
jscript: Implement decodeURIComponent.
|
2009-11-17 15:14:56 +01:00 |
activex.c
|
jscript: Use CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER to create ActiveX object.
|
2009-11-17 12:05:59 +01:00 |
array.c
|
jscript: Return array length in Array.unshift for invoke version >= 2.
|
2009-10-20 13:48:07 +02:00 |
bool.c
|
jscript: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
date.c
|
jscript: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
dispex.c
|
jscript: Ignore version bits in grfdex.
|
2009-10-20 13:47:53 +02:00 |
engine.c
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
engine.h
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
error.c
|
jscript: We don't need throw_eval_error() so remove it.
|
2009-11-16 12:43:06 +01:00 |
function.c
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
global.c
|
jscript: Implement decodeURIComponent.
|
2009-11-17 15:14:56 +01:00 |
jscript.c
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
jscript.h
|
jscript: Pass invoke version to IDispatchEx functions.
|
2009-10-20 13:48:00 +02:00 |
jscript.inf
|
|
|
jscript.spec
|
|
|
jscript_De.rc
|
jscript: Update German translation.
|
2009-11-11 10:53:48 +01:00 |
jscript_En.rc
|
jscript: Throw URIError in encodeURI function.
|
2009-11-09 19:42:40 +01:00 |
jscript_Fr.rc
|
jscript: Update French translation.
|
2009-11-12 13:12:57 +01:00 |
jscript_Lt.rc
|
jscript: Update Lithuanian translation.
|
2009-11-10 13:10:22 +01:00 |
jscript_main.c
|
jscript: Added FIXME about IClassFactoryEx.
|
2009-10-02 15:06:58 +02:00 |
jscript_Nl.rc
|
jscript: Add some Dutch translations.
|
2009-09-29 14:22:33 +02:00 |
jscript_Pt.rc
|
jscript: Add Portuguese translation.
|
2009-08-06 17:28:13 +02:00 |
jscript_Ru.rc
|
jscript: Update Russian translation.
|
2009-11-11 11:53:57 +01: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: Create regexp object when evaluating regexp literal.
|
2009-10-14 15:10:32 +02:00 |
Makefile.in
|
jscript: Added ActiveXObject constructor implementation.
|
2009-09-30 16:28:17 +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: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
object.c
|
jscript: Added Object.toString implementation for variable object.
|
2009-09-24 13:30:40 +02:00 |
parser.y
|
jscript: Store a copy of code in parser_ctx_t.
|
2009-10-28 11:12:34 +01:00 |
regexp.c
|
jscript: Separate flags parsing from regexp creating.
|
2009-10-14 15:10:24 +02:00 |
resource.h
|
jscript: Throw URIError in encodeURI function.
|
2009-11-09 19:42:40 +01:00 |
rsrc.rc
|
|
|
string.c
|
jscript: Fixed replace string parsing.
|
2009-10-22 10:42:55 +02:00 |