Jacek Caban
|
faf9be0267
|
jscript: Pass script_ctx_t instead of exec_ctx_t to eval functions.
|
2010-10-25 12:41:40 +02:00 |
Konstantin Kondratyuk
|
018eabfa8c
|
jscript: Update Russian translation.
|
2010-10-22 12:05:09 +02:00 |
Anders Jonsson
|
5164164ff8
|
jscript: Update Swedish translation.
|
2010-10-20 10:24:44 +02:00 |
Piotr Caban
|
ebb46f3fd0
|
jscript: Added invocation flag tests.
|
2010-10-20 10:24:27 +02:00 |
Piotr Caban
|
cac0620fa5
|
jscript: Added DISPATCH_PROPERTYGET flag to some calls.
|
2010-10-20 10:24:19 +02:00 |
Igor Paliychuk
|
f8e4a0f3b9
|
jscript: Updated Ukrainian translation.
|
2010-10-19 19:23:13 +02:00 |
Piotr Caban
|
b9b11c6c67
|
jscript: Add index, input and lastIndex properties to regexp functions results.
|
2010-10-19 15:26:16 +02:00 |
Piotr Caban
|
dcdc6c7013
|
jscript: Improved VBArray related tests.
|
2010-10-19 15:25:40 +02:00 |
Piotr Caban
|
185ef44d00
|
jscript: Improved error handling in VBArray functions.
|
2010-10-19 15:25:11 +02:00 |
Luca Bennati
|
032a2ba164
|
jscript: Update Italian translation.
|
2010-10-19 10:14:02 +02:00 |
André Hentschel
|
731ec28249
|
jscript: Update German translation.
|
2010-10-19 10:13:18 +02:00 |
Frédéric Delanoy
|
5b85404447
|
jscript: Update French translation.
|
2010-10-19 10:13:15 +02:00 |
Aurimas Fišeras
|
39a43d943c
|
jscript: Update Lithuanian translation.
|
2010-10-19 10:13:05 +02:00 |
Piotr Caban
|
5a787b3a7f
|
jscript: Added VBArray handling to to_object().
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
29cdb21218
|
jscript: Added VBArray.toArray() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
41d7f8fc46
|
jscript: Added VBArray.getItem() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
2f4607887f
|
jscript: Added VBArray.dimensions() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
2aa7e3c614
|
jscript: Added VBArray.ubound() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
10a11d539c
|
jscrpt: Added VBScript.lbound() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
17fc64157c
|
jscript: Implement VBArray constructor.
|
2010-10-18 19:47:49 +02:00 |
Piotr Caban
|
705ce33a6e
|
jscript: Added VBArray stub.
|
2010-10-18 19:47:49 +02:00 |
Piotr Caban
|
f793d2cf04
|
jscript: Added more safety options flags handling to create_activex_object.
|
2010-10-15 11:33:35 +02:00 |
Jacek Caban
|
35968b9755
|
jscript: Don't lookup global variables on function invocation.
|
2010-10-14 17:54:52 +02:00 |
Reece Dunn
|
71e7b1c5bc
|
jscript/tests: Add tests for ActiveScriptSite_OnScriptError and IActiveScriptError.
|
2010-10-13 15:54:38 +02:00 |
Alexandre Julliard
|
33d091fef6
|
jscript: Remove an incorrect and unnecessary error check.
|
2010-10-11 12:54:17 +02:00 |
Alexandre Julliard
|
58825125ce
|
jscript: Add a missing terminator to a string constant.
|
2010-10-11 12:54:17 +02:00 |
Reece Dunn
|
e368fd545c
|
jscript: Throw TypeError if T in 'new T' is not an object.
|
2010-10-05 14:07:48 +02:00 |
Jacek Caban
|
93e6ca8747
|
jscript: Don't use to_object for nullDisp in Object function.
|
2010-10-01 17:48:10 +02:00 |
Jacek Caban
|
a8e969236f
|
jscript: Better checks for too old jscript.dll versions.
|
2010-09-21 20:16:15 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Łukasz Wojniłowicz
|
d1fd24441c
|
jscript: Update the Polish translation.
|
2010-09-18 13:06:50 +02:00 |
Matej Spindler
|
ef65b6c301
|
jscript: Update Slovenian translation.
|
2010-09-14 12:53:26 -05:00 |
Jacek Caban
|
f46f926134
|
jscript: Addd jsdisp_addref helper function.
|
2010-09-07 16:01:57 +02:00 |
Jacek Caban
|
ac8d2f1fae
|
jscript: jsdisp_t to IDispatch casts clean up.
|
2010-09-07 16:01:52 +02:00 |
Jacek Caban
|
2ae0f44033
|
jscript: Added a helper function for setting VARIANT value to jsdisp_t.
|
2010-09-07 16:01:46 +02:00 |
Jacek Caban
|
8c2a548b54
|
jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.
|
2010-09-06 17:09:57 +02:00 |
Akihiro Sagawa
|
0f8acb8d46
|
jscript: Update Japanese translation.
|
2010-08-31 14:23:49 +02:00 |
Sven Baars
|
32722884f3
|
jscript: Update the Dutch translation.
|
2010-08-30 11:26:29 +02:00 |
Hwang YunSong
|
c8193717ef
|
jscript: Update Korean resource.
|
2010-08-23 15:41:52 +02:00 |
Anders Jonsson
|
04c86591e3
|
jscript: Update Swedish translation.
|
2010-08-19 17:32:19 +02:00 |
Igor Paliychuk
|
3656f3fcc4
|
jscript: Ukrainian translation update.
|
2010-08-19 11:22:17 +02:00 |
Luca Bennati
|
ef36c1fb5e
|
jscript: Update Italian translation.
|
2010-08-17 14:40:46 +02:00 |
Frédéric Delanoy
|
80e85cdb89
|
jscript: Update French translation.
|
2010-08-17 11:55:33 +02:00 |
Aurimas Fišeras
|
e2b4d4e713
|
jscript: Update Lithuanian translation.
|
2010-08-17 11:55:33 +02:00 |
André Hentschel
|
56d024fd5e
|
jscript: Update German translation.
|
2010-08-17 11:48:08 +02:00 |
Jacek Caban
|
d6648e4f6a
|
jscript: Throw TypeError in in_eval.
|
2010-08-16 15:54:23 +02:00 |
Jacek Caban
|
be3dc38183
|
jscript: Throw TypeError in instanceof_expression_eval.
|
2010-08-16 15:54:23 +02:00 |
Anders Jonsson
|
45779f0943
|
jscript: Add Swedish translation.
|
2010-08-16 12:59:03 +02:00 |
Jacek Caban
|
884b76657c
|
jscript: Get rid of no longer needed ErrorInstance struct.
|
2010-08-04 17:32:05 +02:00 |
Jacek Caban
|
ae8cb5a1e6
|
jscript: Fixed Error.toString implementation for non-Error this.
|
2010-08-04 17:31:59 +02:00 |