Jacek Caban
7b022dbbb8
jscript: Use bytecode for '-=' expression implementation.
2011-12-05 12:25:14 +01:00
Jacek Caban
087afe8b79
jscript: Use bytecode for '+=' expression implementation.
2011-12-05 12:25:09 +01:00
Jacek Caban
8511797c07
jscript: Use bytecode for invalid assignments.
2011-12-05 12:25:04 +01:00
Jacek Caban
5b2c2c5cf9
jscript: Use bytecode for assignment to member expression.
2011-12-05 12:24:59 +01:00
Jacek Caban
9aafd03110
jscript: Use bytecode for assigning to array expression.
2011-12-05 12:24:55 +01:00
Jacek Caban
d3d2f063b6
jscript: Use bytecode for assignment to identifier.
2011-12-05 12:24:50 +01:00
Jacek Caban
9f9f5ae0a7
jscript: Use bytecode for '>=' expression implementation.
2011-12-01 14:18:41 +01:00
Jacek Caban
f3e18fbf03
jscript: Use bytecode for '>' expression implementation.
2011-12-01 14:18:37 +01:00
Jacek Caban
fb51810a95
jscript: Use bytecode for '<=' expression implementation.
2011-12-01 14:18:33 +01:00
Jacek Caban
e5a31cc2d0
jscript: Use bytecode for '<' expression implementation.
2011-12-01 14:18:29 +01:00
Jacek Caban
82368f5cfe
jscript: Get rid of no longer needed EXPRVAL_NAMEREF.
2011-11-30 11:51:29 +01:00
Jacek Caban
962307da6c
jscript: Use bytecode for delete member expression.
2011-11-30 11:51:25 +01:00
Jacek Caban
facc2189d2
jscript: Use bytecode for delete on array expression implementation.
2011-11-30 11:51:20 +01:00
Jacek Caban
6c47177cb1
jscript: Mark some functions as static.
2011-11-30 11:51:16 +01:00
Jacek Caban
0505e03b57
jscript: Use bytecode for binary xor expressions.
2011-11-29 13:26:29 +01:00
Jacek Caban
96b13314eb
jscript: Use bytecode for binary or implementation.
2011-11-29 13:26:26 +01:00
Jacek Caban
7a20965bd2
jscript: Use bytecode for modulo expression implementation.
2011-11-29 13:26:22 +01:00
Jacek Caban
09306e434e
jscript: Use bytecode for '/' expression implementation.
2011-11-29 13:26:18 +01:00
Jacek Caban
cf68237c80
jscript: Use bytecode for '*' expression implementation.
2011-11-29 13:26:15 +01:00
Jacek Caban
bd80daff96
jscript: Added bytecode-based version of identifier expression.
2011-11-28 16:40:50 +01:00
Jacek Caban
518f4c4983
jscript: Use bytecode for new expression implementation.
2011-11-28 16:40:49 +01:00
Jacek Caban
25e58de596
jscript: Use bytecode for conditional expressions.
2011-11-28 16:40:49 +01:00
Jacek Caban
88dc54a7f7
jscript: Use bytecode for logical and expression.
2011-11-28 16:40:49 +01:00
Jacek Caban
28375af386
jscript: Use bytecode for logical or expression.
2011-11-28 16:40:49 +01:00
Jacek Caban
58952a07d0
jscript: Use bytecode for '==' and '!=' expression.
2011-11-25 16:21:58 +01:00
Jacek Caban
413fe9a462
jscript: Use bytecode for unary '-' expression.
2011-11-25 16:21:58 +01:00
Jacek Caban
b13c6a27c3
jscript: Use bytecode for '-' expression implementation.
2011-11-25 16:21:58 +01:00
Jacek Caban
47314a92d7
jscript: Use bytecode for comma expression implementation.
2011-11-25 16:21:58 +01:00
Jacek Caban
172fa4fa99
jscript: Fixed memory leaks.
...
Spotted by Piotr.
2011-11-25 16:21:57 +01:00
Jacek Caban
0b50c32c83
jscript: Use bytecode for void expression.
2011-11-24 20:57:01 +01:00
Jacek Caban
83667e74d6
jscript: Use bytecode for this expression implementation.
2011-11-24 20:57:01 +01:00
Jacek Caban
9050c3725f
jscript: Always use bytecode version of literal expressions.
2011-11-24 20:57:01 +01:00
Jacek Caban
e4f92ef473
jscript: Use bytecode for regexp literals.
2011-11-24 20:57:01 +01:00
Jacek Caban
83c53d855a
jscript: Use bytecode for null literal.
2011-11-24 20:57:01 +01:00
Jacek Caban
a218e06854
jscript: Use bytecode for double literal.
2011-11-23 12:29:22 +01:00
Jacek Caban
e5e7803a55
jscript: Use bytecode for string literal.
2011-11-23 12:29:17 +01:00
Jacek Caban
13d96df4bd
jscript: Use bytecode for bool literal implementation.
2011-11-23 12:29:14 +01:00
Jacek Caban
b3feafab41
jscript: Use bytecode for int literal implementation.
2011-11-23 12:29:10 +01:00
Jacek Caban
1c824ea606
jscript: Use bytecode for 'in' expression implementation.
2011-11-23 12:29:05 +01:00
Jacek Caban
b1b0aadaab
jscript: Use bytecode for '+' expression implementation.
2011-11-22 17:17:13 +01:00
Jacek Caban
dcca57fd87
jscript: Added tests of unary '+' on not existent property.
2011-11-22 17:17:05 +01:00
Jacek Caban
35b9c42f53
jscript: Use bytecode for unary '+' expression.
2011-11-21 16:16:44 +01:00
Jacek Caban
2d83bdcfbe
jscript: Use bytecode for binary negation implementation.
2011-11-21 16:16:42 +01:00
Jacek Caban
418af7eda9
jscript: Use bytecode interpreter for logical negation expression.
2011-11-18 15:37:08 +01:00
Jacek Caban
32602170a5
jscript: Use bytecode interpreter for '!==' expressions.
2011-11-18 15:37:08 +01:00
Jacek Caban
b473f5d5c6
jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions.
2011-11-18 15:37:08 +01:00
Jacek Caban
8b66110e51
jscript: Store expression type in expression_t.
2011-11-18 15:37:07 +01:00
Jacek Caban
fe9cb0c266
jscript: Use a helper function to allocate expression structs.
2011-11-18 15:37:07 +01:00
Nikolay Sivov
b4987d095f
jscript: Use specified expression length to trace it.
2011-11-02 20:01:27 +01:00
Hans Leidekker
ed4143b912
jscript: Add a version resource.
2011-11-01 12:14:15 +01:00
Jacek Caban
6ffe4cb59f
jscript: Moved return_type_t declaration to engine.c.
2011-10-25 16:57:26 +02:00
Andrew Talbot
e67aaab27a
jscript: Add breaks to some switch statements.
2011-10-10 13:30:18 +02:00
Andrew Talbot
30cab39056
jscript: Mark a fall-through in a switch statement.
2011-10-10 13:30:05 +02:00
Jacek Caban
c46c47cbf3
jscript: Removed useless undef ACTSCPSITE_THIS.
2011-09-19 18:32:51 +02:00
Francois Gouget
405c3ef483
jscript/tests: Some tests require that the user interface be in English.
2011-09-19 17:56:04 +02:00
Piotr Caban
726f003293
jscript/tests: Added decodeURI tests.
2011-09-02 18:28:24 +02:00
Piotr Caban
e4ec169fd9
jscript: Added decodeURI implementation.
2011-09-02 18:28:14 +02:00
Piotr Caban
df96b7297b
jscript: Throw exception on error in JSGlobal_encodeURIComponent.
2011-09-02 18:10:14 +02:00
Piotr Caban
65a7f47531
jscript: Limit name hash computations number.
2011-09-02 18:10:12 +02:00
Piotr Caban
f1a237d682
jscript: Use hash table when accessing object properties by name.
2011-09-02 18:10:09 +02:00
Piotr Caban
71b58e56c2
jscript: Added Object.hasOwnProperty implementation.
2011-09-02 18:10:07 +02:00
Jacek Caban
ff0cea33d0
jscript: Added more SetInterfaceSafetyOptions tests and fixes.
2011-09-01 18:16:28 +02:00
Francois Gouget
c992ca277d
Assorted spelling fixes.
2011-08-24 19:07:46 +02:00
Frédéric Delanoy
69afb0985d
jscript: Don't copy more than needed in parse_string_literal.
2011-08-23 16:53:55 +02:00
Jacek Caban
39f4583ef9
jscript: Don't copy more than needed in parse_identifier.
2011-08-22 15:19:18 +02:00
Frédéric Delanoy
760faf01a9
tests: Assorted spelling fixes.
2011-08-04 18:27:37 +02:00
Frédéric Delanoy
b5a33dab88
dlls: Assorted spelling fixes.
2011-08-02 20:47:51 +02:00
Alexandre Julliard
b56dc9a6f7
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
729afa6adc
makefiles: Generate resource files for typelibs.
2011-08-02 10:11:10 +02:00
Jacek Caban
5b16e6e0fd
jscript: Properly handle aggregation attempt.
2011-07-18 18:30:43 +02:00
Detlef Riekenberg
4d1a28b299
jscript/tests: Fix copy & paste typos.
2011-06-27 16:41:52 -05:00
Detlef Riekenberg
738120efa2
jscript: Support also VT_UI4 in debugstr_variant.
2011-06-27 16:41:46 -05:00
Jacek Caban
a7cc9441e9
jscript: Correctly throw an exception if instanceof expression is not used on function.
2011-06-21 18:14:49 +02:00
Jacek Caban
42c2bd7bd9
jscript: Correctly handle forin statement on pure IDispatch object.
2011-06-21 18:14:47 +02:00
Marcus Meissner
c2f2f1911c
jscript: Mark internal symbols as having hidden visibility.
2011-04-26 15:31:27 +02:00
Marcus Meissner
7e7b44882c
jscript: Mark up fallthrough switch cases (Coverity).
2011-03-18 16:05:09 +01:00
Jacek Caban
04e9b16c5b
jscript: Fixed corner cases in parseInt implementation.
2011-02-28 13:21:38 +01:00
Jacek Caban
01a6286b5f
jscript: Added more uninitialization tests.
2011-02-22 12:28:09 +01:00
Jacek Caban
244a6951ac
jscript: Added SetScriptState(SCRIPTSTATE_UNINITIALIZED) implementation.
2011-02-22 12:28:07 +01:00
Peter Urbanec
36391faf45
jscript: Implement character escaping as described by ECMA-262 B.2.1.
2011-02-18 17:04:15 +01:00
Austin English
4dc81b6518
jscript/tests: Remove a dead assignment (LLVM/Clang).
2011-02-17 18:33:43 +01:00
Jacek Caban
020245bba1
jscript: Fixed some clang warnings.
2011-01-27 16:32:22 +01:00
Michael Stefaniuc
568b0d5c08
jscript: COM cleanup for the IServiceProvider iface.
2011-01-17 13:22:14 +01:00
Michael Stefaniuc
3b1d9d43de
jscript: Use ifaces instead of vtbl pointers in JScript.
2011-01-17 13:22:12 +01:00
Michael Stefaniuc
3cb9886ea7
jscript: COM cleanup for the IDispatchEx iface.
2011-01-17 13:22:10 +01:00
Alexandre Julliard
0ccf1d89f8
jscript: Convert translations to po files.
2011-01-06 15:03:31 +01:00
Marcus Meissner
45e2bd7c2e
jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
2011-01-03 11:54:06 +01:00
Frédéric Delanoy
d0191cb132
jscript: Update French translation.
2010-12-31 11:44:48 +01:00
Sven Baars
1019f2f14f
jscript: Update the Dutch translation.
2010-12-30 16:35:44 +01:00
Jacek Caban
45aee4fd6c
jscript: Fixed some math API assumption that cause test failures on Solaris.
2010-12-30 15:02:53 +01:00
Hwang YunSong
58260b2f7f
jscript: Update Korean resource.
2010-12-30 15:01:53 +01:00
Luca Bennati
e6983d20fb
jscript: Update Italian translation.
2010-12-30 12:21:53 +01:00
Łukasz Wojniłowicz
d8186eb4bc
jscript: Update Polish translation.
2010-12-30 12:21:53 +01:00
Anders Jonsson
8ba970d5aa
jscript: Update Swedish translation.
2010-12-30 12:21:52 +01:00
Jacek Caban
4582a8fe42
jscript: Moved remaining registration to IRegistrar mechanism.
2010-12-29 17:43:18 +01:00
Jacek Caban
3d1595dc81
jscript: Return 'unknown' in typeof operator for native object's values that can't be retrieved.
2010-12-29 17:43:13 +01:00
Jacek Caban
48202ee09e
jscript: Don't unescape '\v'.
2010-12-29 17:01:46 +01:00
André Hentschel
06560dd092
jscript: Update German translation.
2010-12-29 10:47:38 +01:00
Aurimas Fišeras
6ac2a7eb04
jscript: Update Lithuanian translation.
2010-12-29 10:47:33 +01:00
Jacek Caban
10b1a7edf6
jscript: Added conditional compilation tests.
2010-12-28 16:35:43 +01:00
Jacek Caban
45e33ec280
jscript: Beginning support for conditional compilation.
2010-12-28 16:35:43 +01:00
Jacek Caban
74416052ce
jscript: Moved allocating double literal to separated function.
2010-12-28 16:35:43 +01:00
Jacek Caban
501cad6920
jscript: Moved new_boolean_literal to lex.c.
2010-12-28 16:35:42 +01:00
Jacek Caban
0f36ef09b1
jscript: Ensure that the whole script is parsed.
2010-12-28 16:35:42 +01:00
Jacek Caban
5e469f4fff
jscript: Use HRESULTs instead of IDSs in parser.
2010-12-28 16:35:42 +01:00
Jacek Caban
7774a0a4c1
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
2010-12-28 16:35:41 +01:00
Jacek Caban
aab8a1ba3a
jscript: Better syntax error tests.
2010-12-28 16:35:41 +01:00
Jacek Caban
f8afae75b5
jscript: Added ScriptEngine*Version functions implementation.
2010-12-27 15:39:40 +01:00
Jacek Caban
36fe9472c2
jscript: Added ScriptEngine() implementation.
2010-12-27 15:39:39 +01:00
Jacek Caban
8bcc61fb66
jscript: Exception tests clean up.
2010-12-21 00:21:17 +01:00
Jacek Caban
f2319fcd85
jscript: Added Date.setYear implementation.
2010-12-20 12:47:43 +01:00
Jacek Caban
eda1787b3c
jscript: Move some of registration process to IRegistrar mechanism.
2010-12-16 11:49:11 +01:00
Akihiro Sagawa
e7bf31c40d
jscript: Update Japanese translation.
2010-11-26 14:58:38 +01:00
Jacek Caban
668f417b9d
jscript: Added Date.setYear stub implementation.
2010-11-08 11:56:13 +01:00
Paul Vriens
2deee14f31
jscript: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-11-01 11:34:19 +01:00
Gustavo Henrique Milaré
8b3786f5cf
jscript: Update Portuguese translation.
2010-10-29 14:22:13 +02:00
Sven Baars
e30ad6b911
jscript: Update the Dutch translation.
2010-10-26 15:25:07 +02:00
Łukasz Wojniłowicz
4a9e813732
jscript: Update the Polish translation.
2010-10-26 11:52:51 +02:00
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
Jacek Caban
04819e9066
jscript: Use generic property for Error.message.
2010-08-04 17:31:51 +02:00
Jacek Caban
96990cfa8e
jscript: Use generic property for Error.description.
2010-08-04 17:31:46 +02:00
Jacek Caban
6263f0079a
jscript: Use generic property for Error.number.
2010-08-02 14:09:26 +02:00
Jacek Caban
636bc7494f
jscript: Fixed test crash on some win9x installations.
2010-08-02 14:09:18 +02:00
Jacek Caban
f824a1656d
jscript: Use generic properties for NaN and Infinity implementation.
2010-08-02 14:09:08 +02:00
André Hentschel
bb53f8a782
jscript: Fix typo in registry information.
2010-07-30 11:36:01 +02:00
Jacek Caban
35b8c92759
jscript: Register .js file type.
2010-07-28 16:28:22 +02:00
Jacek Caban
c210618663
jscript: Return S_OK in SetScriptState for SCRIPTSTATE_INITIALIZED.
2010-07-28 16:28:21 +02:00
Jacek Caban
e81811b3a0
jscript: Use generic object constants for Math constants.
2010-07-28 12:22:33 +02:00
Jacek Caban
922efb88bb
jscript: Added support for Function.arguments property.
2010-07-28 12:22:31 +02:00
Michael Stefaniuc
8dc6414418
jscript: Remove the ignored common resource attributes.
2010-07-22 11:41:35 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Igor Paliychuk
a57e06aac8
jscript: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Jacek Caban
adb4e83eb2
jscript: Fixed sort_cmp for non-string arguments.
2010-07-19 14:37:59 +02:00
Alexander Nicolaysen Sørnes
38be8035d5
jscript: Add Norwegian Bokmål translation.
2010-07-01 10:09:06 +02:00
Kovács András
153a16be72
jscript: Add Hungarian translation.
2010-06-29 10:52:39 +02:00
Gustavo Henrique Milaré
ca94a9cb05
jscript: Update Portuguese (Brazilian) translation.
2010-06-25 10:25:25 +02:00
Michael Stefaniuc
8aa9185a52
jscript: Update the Romanian translation.
...
Based on comments from Octavian Voicu.
2010-06-24 15:11:25 +02:00
Akihiro Sagawa
496a7895d5
jscript: Add Japanese translation.
2010-06-24 10:31:52 +02:00
Alexandre Julliard
b4d21efd12
jscript/tests: Fix a test that fails because of the reduced FPU precision.
2010-06-22 12:52:03 +02:00
Michael Stefaniuc
97a6523bdc
jscript: Add the Romanian translation.
...
Translation by Claudia Cotună.
2010-06-18 15:22:21 +02:00
Ricardo Filipe
7fe6ec89ec
jscript: Update Portuguese Portugal translation.
2010-06-12 12:07:24 +02:00
Jose Rostagno
bd992d3aeb
jscript: Add Spanish translation.
2010-06-09 11:17:37 +02:00
Łukasz Wojniłowicz
5b4097acb6
jscript: Add the Polish translation.
2010-06-07 12:54:56 +02:00
Paul Vriens
3f03f4636d
jscript: Add the Danish translation.
...
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:29 +02:00
Luca Bennati
7388cb4a68
jscript: Add Italian translation.
2010-05-31 12:14:29 +02:00
Jacek Caban
0ce3bcee1b
jscript: Added leftContext and rightCont4ext tests.
2010-05-27 14:46:42 +02:00
Jacek Caban
ce67c76328
jscript: Added RegExp.rightContext implementation.
2010-05-27 14:46:42 +02:00
Jacek Caban
9159ddce92
jscript: Added RegExp.leftContext implementation.
2010-05-27 14:46:42 +02:00
Jacek Caban
32c61c5092
jscript: Store match result in script context.
2010-05-27 14:46:42 +02:00
Jacek Caban
fe86330d7e
jscript: Treat no argument as "undefined" in RegExp.test.
2010-05-27 14:46:42 +02:00
Jacek Caban
0acb7fb1e4
jscript: Added RegExp.leftContext and RegExp.rightContext stub implementation.
2010-05-27 14:46:42 +02:00
Jacek Caban
0cbe1574fe
jscript: Store builtin constructor's length in instance object.
2010-05-27 14:46:42 +02:00
Matej Špindler
515b15233e
jscript: Add Slovenian translation.
2010-05-18 08:50:26 +02:00
Michael Stefaniuc
cd6ba3519a
jscript: Avoid using long.
2010-05-12 14:13:15 +02:00
Gerald Pfeifer
3d310f03c3
jscript: Remove variable length which is not really used from JSGlobal_parseFloat.
2010-05-03 16:47:39 +02:00
Paul Vriens
a3f95b042f
jscript: Update Dutch translation.
2010-04-21 11:57:32 +02:00
Jacek Caban
6f17fa5298
jscript: Fixed String.match implementation for non-global regexps.
2010-04-15 14:19:19 +02:00
Jacek Caban
e3ae02433a
jscript: Use special case for lastIndex<0 only for global regexps in run_exec.
2010-04-15 14:19:16 +02:00
Alexandre Julliard
0572d81c2d
jscript: Add casts to pointer differences in traces.
2010-04-09 16:49:27 +02:00
Alexandre Julliard
fbef7217b9
makefiles: Remove the no longer needed explicit dependencies for bison files.
2010-03-16 13:28:24 +01:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Alexandre Julliard
6164ce2d82
makefiles: Use the standard C_SRCS variable as the list of test files.
...
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Hwang YunSong
1442a18e3a
jscript: Add Korean translation.
2010-02-17 10:58:21 +01:00
Alexandre Julliard
16a080fc02
jscript: Don't create empty default key values where not necessary.
2010-02-10 14:30:07 +01:00
Alexandre Julliard
9644d1dcd7
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
2010-02-08 20:58:00 +01:00
Jacek Caban
9fd4f4a44a
jscript: Added support for constructor property.
2010-02-08 17:14:43 +01:00
Jacek Caban
75ab8e2027
jscript: Avoid unnecessary prototype lookup.
2010-02-08 17:14:43 +01:00
Jacek Caban
10c9931051
jscript: Get value as VARIANT in prop_put.
2010-02-08 17:14:43 +01:00
Jacek Caban
10c99b5735
jscript: Moved property creation out of find_prop_name_prot.
2010-02-08 17:14:43 +01:00
Jacek Caban
bf17483a19
jscript: Don't try to create property in jsdisp_call_name.
2010-02-08 17:14:43 +01:00
Piotr Caban
352ae8b480
jscript: Fix jsdisp_propget_idx implementation.
2010-01-25 13:00:51 +01:00
Piotr Caban
693c692564
jscript: Fix array.reverse implementation.
2010-01-25 13:00:46 +01:00
Jacek Caban
f623e3add8
jscript: Skip tests on old jscript.dll.
2010-01-25 12:53:26 +01:00
Jacek Caban
09651321e0
jscript: Moved resetting lastIndex to do_regexp_match_next.
2010-01-25 12:53:22 +01:00
Jacek Caban
43bc4af02d
jscript: Added String.replace implementation.
2010-01-25 12:53:18 +01:00
Jacek Caban
7749951d35
jscript: Make RegExp contructor implementation more generic.
2010-01-25 12:53:13 +01:00
Jacek Caban
2a81ef06f8
jscript: Skip tests on too old jscript.dll.
2010-01-22 12:25:43 +01:00
Piotr Caban
81715d00cd
jscript: Add error handling to Array.reverse.
2010-01-20 20:07:05 +01:00
Piotr Caban
8644a083a6
jscript: Make Array.sort generic.
2010-01-20 20:06:58 +01:00
Piotr Caban
91dcc245f9
jscript: Make Array.pop generic.
2010-01-20 20:06:55 +01:00
Piotr Caban
db137cc975
jscript: Make Array.join generic.
2010-01-18 14:19:21 +01:00
Piotr Caban
6f61893685
jscript: Added implementation of Array.reverse.
2010-01-18 14:19:16 +01:00
Rob Shearman
9dc584d0a2
jscript: Fix various memory and reference count leaks.
2009-12-31 14:27:06 +01:00
Jacek Caban
b5290bde98
jscript: Added a test using script dispatch after closing engine.
2009-12-31 12:12:17 +01:00
Rob Shearman
07183b28eb
jscript: Make sure to initialise the string output parameter in run_exec.
2009-12-31 12:12:16 +01:00
Rob Shearman
7db81aeb67
jscript: Make sure retv pointer is initialised in exec_source even if no value needs to be returned.
2009-12-31 12:12:16 +01:00
Jacek Caban
a0467ef11c
jscript: Make undefined a property of global object.
2009-12-21 15:01:25 +01:00
Marcus Meissner
aaff57da22
jscript: Fixed uninitialized usage of i (Coverity).
2009-12-11 12:16:26 +01:00
Jacek Caban
7705fe64d6
jscript: Fixed tests on some Windows.
2009-12-10 12:01:12 +01:00
Jacek Caban
13d6e57e72
jscript: Added Function constructor tests.
2009-12-10 12:01:06 +01:00
Jacek Caban
538e15a0d7
jscript: Added Function constructor implementation.
2009-12-10 12:00:44 +01:00
Jacek Caban
db84495906
jscript: Reorder functions in function.c.
...
This reduces size of the next patch.
2009-12-10 12:00:37 +01:00
Jacek Caban
1045bffcc0
jscript: Fixed String.split for missing regexp separator.
2009-12-08 12:36:05 +01:00
Jacek Caban
c665b86cd0
jscript: Moved set_last_index call to do_regexp_match_next.
2009-12-08 12:36:01 +01:00
Jacek Caban
8d44d63849
jscript: Don't pass EXPR_NEWREF flag to evaluate member expression in array_expression_eval.
2009-12-07 14:18:28 +01:00
Jacek Caban
ec769d2d95
jscript: Correctly handle NaN in to_integer.
2009-12-04 14:34:57 +01:00
Jacek Caban
efda5561d0
jscript: Correctly handle NaN and Infinity in to_int32 and to_uint32.
2009-12-04 14:34:57 +01:00
Jacek Caban
9ac7949810
jscript: Correctly handle -1 index in regexp match result.
2009-12-03 10:22:20 +01:00
Jacek Caban
77d58529f5
jscript: Pass NULL as retv to exec_source in exec_global_code.
2009-12-01 16:11:48 +01:00
Jacek Caban
35b2ca947c
jscript: Added lastIndex tests.
2009-12-01 12:59:48 +01:00
Jacek Caban
d0062198b6
jscript: Added lastIndex setter implementation.
2009-12-01 12:59:44 +01:00
Andrew Eikum
d4b670ad6a
jscript: Implement decodeURIComponent.
2009-11-17 15:14:56 +01:00
Jacek Caban
d168f71912
jscript: Use CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER to create ActiveX object.
2009-11-17 12:05:59 +01:00
Francois Gouget
5d06095dfb
jscript: We don't need throw_eval_error() so remove it.
2009-11-16 12:43:06 +01:00
Frédéric Delanoy
564c619ae3
jscript: Update French translation.
2009-11-12 13:12:57 +01:00
Vladimir Pankratov
456835f360
jscript: Update Russian translation.
2009-11-11 11:53:57 +01:00
André Hentschel
dc99cee715
jscript: Update German translation.
2009-11-11 10:53:48 +01:00
Aurimas Fišeras
7acbe7c933
jscript: Update Lithuanian translation.
2009-11-10 13:10:22 +01:00
Piotr Caban
7d5c16b64e
jscript: Throw URIError in encodeURI function.
2009-11-09 19:42:40 +01:00
Piotr Caban
7869149101
jscript: Fix Error.toString() test.
2009-11-09 19:42:36 +01:00
Jacek Caban
56b04194fc
jscript: Don't return function value it's unless explicitly returned.
2009-11-05 11:57:30 +01:00
Jacek Caban
710219a53d
jscript: Pass global object as this if 'this' argument is null or undefined in Function.apply.
2009-10-30 11:31:55 +01:00
Jacek Caban
0e2132faf7
jscript: Pass global object as this if 'this' argument is null or undefined in Function.call.
2009-10-30 11:31:51 +01:00
Jacek Caban
d7edf0162d
jscript: Store a copy of code in parser_ctx_t.
2009-10-28 11:12:34 +01:00
Jacek Caban
571125455e
jscript: Fixed replace string parsing.
...
Reported by Dan Kegel.
2009-10-22 10:42:55 +02:00
Jacek Caban
0c8794614d
jscript: Fixed a test that depends on time zone.
2009-10-22 10:42:48 +02:00
Jacek Caban
fbb763a53e
jscript: Use the value returned from constructor in 'new' expression if the value if an object.
2009-10-20 13:48:29 +02:00
Jacek Caban
fded8dc017
jscript: Added invoke version 2 tests.
2009-10-20 13:48:20 +02:00
Jacek Caban
86e7beae82
jscript: Added Error.toString implementation for invoke version >= 2.
2009-10-20 13:48:13 +02:00
Jacek Caban
96cbc45a52
jscript: Return array length in Array.unshift for invoke version >= 2.
2009-10-20 13:48:07 +02:00
Jacek Caban
a1ac9d661f
jscript: Pass invoke version to IDispatchEx functions.
2009-10-20 13:48:00 +02:00
Jacek Caban
48eef3bc67
jscript: Ignore version bits in grfdex.
2009-10-20 13:47:53 +02:00
Jacek Caban
3b2d5ecdf5
jscript: Added SetProperty(SCRIPTPROP_INVOKEVERSIONING) implementation.
2009-10-20 13:47:40 +02:00
Jacek Caban
e52115d673
jscript: Create regexp object when evaluating regexp literal.
2009-10-14 15:10:32 +02:00
Jacek Caban
98b5a1c6e8
jscript: Separate flags parsing from regexp creating.
2009-10-14 15:10:24 +02:00
Jacek Caban
fa3e6917b4
jscript: Don't use VARTYPE as is in literal_t.
2009-10-14 15:10:17 +02:00
Piotr Caban
daf4da0646
jscript: Added Global.encodeURIComponent implementation.
2009-10-14 11:24:01 +02:00
Piotr Caban
662a8525f4
jscript: Fixed Global functions lengths.
2009-10-14 11:23:40 +02:00
Francois Gouget
fe935e8d50
Assorted spelling fixes.
2009-10-08 12:17:31 +02:00
Piotr Caban
50705c5683
jscript: Fixed escaped characters processing.
2009-10-08 12:05:52 +02:00
Piotr Caban
38dbc74a0a
jscript: Fix implementation of Global.escape.
2009-10-08 12:05:40 +02:00
Piotr Caban
adc2a5697b
jscript: Added Date.toGMTString implementation.
2009-10-08 12:03:53 +02:00
Jacek Caban
06f26f53f7
jscript: Call SetSite on created ActiveX object.
2009-10-07 12:22:40 +02:00
Aurimas Fišeras
50b8c47d19
jscript: Update Lithuanian translation.
2009-10-07 12:22:28 +02:00
Vladimir Pankratov
910e3baee3
jscript: Update Russian translation.
2009-10-06 16:13:17 +02:00
Piotr Caban
4781e05591
jscript: Added some missing functions stubs.
2009-10-06 16:13:17 +02:00
Piotr Caban
de0a875146
jscript: Added Global.escape() implementation.
2009-10-06 16:13:17 +02:00
Jacek Caban
4462fb356d
jscript: Query created ActiveXObject for IObjectWithSite interface.
2009-10-05 13:46:00 +02:00
Austin English
8bbaeb89fa
jscript: Add missing prototype.
2009-10-05 13:46:00 +02:00
Jacek Caban
960d7f9fdb
jscript: Added FIXME about IClassFactoryEx.
2009-10-02 15:06:58 +02:00
André Hentschel
ad2b35b671
jscript: Update German Translation.
2009-10-02 11:49:22 +02:00
Frédéric Delanoy
633293ad5f
jscript: Update French translation.
2009-10-01 13:51:40 +02:00
Jacek Caban
40160adf29
jscript: Added ActiveXObject tests.
2009-09-30 16:28:36 +02:00
Jacek Caban
6d4533a8f8
jscript: Added ActiveXObject constructor implementation.
2009-09-30 16:28:17 +02:00
Paul Vriens
da9de03761
jscript: Add some Dutch translations.
2009-09-29 14:22:33 +02:00
Jacek Caban
2ea23923a7
jscript: Added ActiveXObject constructor stub implementation.
2009-09-29 13:34:53 +02:00
Aurimas Fišeras
9ef3dfdd24
jscript: Update Lithuanian translation.
2009-09-29 12:06:00 +02:00
Marcus Meissner
bc4633a25b
jscript: Initialize val_str (Coverity).
2009-09-28 12:54:05 +02:00
Jacek Caban
d833314c70
jscript: Use host global object as default 'this' if available and global object otherwise.
2009-09-28 12:38:00 +02:00
Frédéric Delanoy
f7d8954bef
jscript: Update French translation.
2009-09-26 16:06:14 +02:00
André Hentschel
5e030ac126
jscript: Update German translation.
2009-09-26 16:06:09 +02:00
Frédéric Delanoy
b118d50ecb
jscript: Update French translation.
2009-09-25 13:15:39 +02:00
Jacek Caban
7f2d50f344
jscript: Throw type error from call and apply functions.
2009-09-24 13:30:45 +02:00
Jacek Caban
52ac3b3bf0
jscript: Added Object.toString implementation for variable object.
2009-09-24 13:30:40 +02:00
Jacek Caban
c168918d75
jscript: Throw type error fot Array.toString with wrong 'this' call.
2009-09-24 13:30:35 +02:00
Jacek Caban
a8c7e97d0a
jscript: Fixed to_object for NULL IDispatch.
2009-09-24 13:30:28 +02:00
Aurimas Fišeras
26ae9a6444
jscript: Update Lithuanian translation.
2009-09-24 13:30:10 +02:00
Jacek Caban
bb4050d792
jscript: Throw correct error in get_length.
2009-09-23 17:08:31 +02:00
Jacek Caban
8717c388f8
jscript: Allow 'this' to be host object in invoke_value_proc.
2009-09-23 17:08:24 +02:00
Jacek Caban
461180459b
jscript: Added Object.toString for host objects implementation.
2009-09-23 17:08:19 +02:00
Jacek Caban
37c2d43e28
jscript: Allow this_obj to be host object in call_function.
2009-09-23 17:08:14 +02:00
Jacek Caban
f8c2b42de4
jscript: Allow 'this' to be host object in builtin functions.
2009-09-23 16:25:23 +02:00
Jacek Caban
5dcd182e8f
jscript: Avoid using dispex->ctx.
2009-09-23 16:25:13 +02:00
Jacek Caban
a9dc89a3e1
jscript: Don't use dispex->ctx in function.c.
2009-09-23 16:25:05 +02:00
Jacek Caban
da16d42e17
jscript: Don't use dispex->ctx in date.c.
2009-09-23 16:21:03 +02:00
Jacek Caban
8337986efa
jscript: Don't use dispex->ctx in array.c.
2009-09-23 16:20:53 +02:00
Jacek Caban
a5e8281947
jscript: Avoid calling JS builtin functions directly.
2009-09-23 16:20:44 +02:00
Jacek Caban
0b4fa6e426
jscript: Avoid calling JS builtin functions directly.
2009-09-23 16:19:54 +02:00
Jacek Caban
5511f7173f
jscript: Pass script_ctx_t to builtin functions.
2009-09-23 16:19:44 +02:00
Jacek Caban
f14c5f074a
jscript: Get rid of lcid argument in builtin function implementations.
2009-09-23 16:19:31 +02:00
Jacek Caban
fadfab5ff6
jscript: Use script LCID in *disp_propput* functions.
2009-09-23 16:19:11 +02:00
Jacek Caban
8b338786aa
jscript: Use script LCID in *disp_propget* functions.
2009-09-23 16:19:01 +02:00
Jacek Caban
1f565ac095
jscript: Use script global LCID in *disp_call* functions.
2009-09-23 16:18:54 +02:00
Jacek Caban
b2b197faba
jscript: Don't require semicolon after function expression.
2009-09-23 16:18:46 +02:00
Jacek Caban
9e523c6130
jscript: Added RegExp function call implementation.
2009-09-23 16:18:41 +02:00
Marcus Meissner
5aa790d0a3
jscript: Check for arg_array being NULL (Coverity).
2009-09-22 18:51:22 +02:00
Marcus Meissner
e0a769b2a9
jscript: Initialize this_obj with NULL (Coverity).
2009-09-22 16:16:31 +02:00
Jacek Caban
02615bb45f
jscript: Added arguments.callee implementation.
2009-09-22 16:16:25 +02:00
Jacek Caban
86ad4c977c
jscript: Added Array.shift implementation.
2009-09-22 16:16:05 +02:00
Jacek Caban
6888ea3913
jscript: Fixed NULL IDispatch comparistion.
2009-09-17 10:08:19 -05:00
Jacek Caban
dcaf066936
jscript: Added Object function invocation implementation.
2009-09-17 10:08:08 -05:00
Jacek Caban
a94c25f3ae
jscript: Fixed debugstr_variant for NULL argument.
2009-09-17 10:08:01 -05:00
Jacek Caban
d918a1890b
jscript: Added Function.toString implementation for builtin functions.
2009-09-17 10:07:51 -05:00
Jacek Caban
e7f2754c32
jscript: Fixed to_primitive for null dispatch.
2009-09-15 14:31:59 -05:00
Jacek Caban
3e1430e0e4
jscript: Fixed null dispatch comparison.
2009-09-15 14:31:52 -05:00
Jacek Caban
176ba8cf95
jscript: Added Array.splice implementation.
2009-09-15 14:31:45 -05:00
Francois Gouget
78210e17fa
jscript: Add a trailing '\n' to a FIXME().
2009-09-11 12:10:13 +02:00
Vladimir Pankratov
7529008c70
jscript: Update Russian translation.
2009-09-11 12:08:26 +02:00
Vladimir Pankratov
8f78ff2961
jscript: Add Russian translation.
2009-09-09 16:25:24 +02:00
Reece Dunn
98cc201eaf
jscript/tests: Fixed typos in the output strings.
2009-09-09 16:25:23 +02:00
Aurimas Fišeras
576ee54daf
jscript: Update Lithuanian translation.
2009-09-09 12:07:42 +02:00
Paul Vriens
9cf0563fb9
jscript: Updated Dutch translations.
2009-09-08 13:07:26 +02:00
Jacek Caban
1e7b90463e
jscript: Added 'in' expression implementation.
2009-09-08 13:06:32 +02:00
Jacek Caban
dda957d87c
jscript: Fixed typeof implementation for null VT_DISPATCH.
2009-09-08 13:06:24 +02:00
Piotr Caban
782dea35f8
jscript: Fix 'object expected' error number.
2009-09-08 12:11:46 +02:00
Frédéric Delanoy
90d2c25961
jscript: Update French translation.
2009-09-08 12:11:42 +02:00
André Hentschel
8385fe4f17
jscript: Update German translation.
2009-09-08 12:11:14 +02:00
Piotr Caban
51d40d823a
jscript: Added JSGlobal_unescape implementation.
2009-09-02 14:40:40 +02:00
Piotr Caban
2e97b1f07f
jscript: Throw 'Object expected' error in call_expression_eval.
2009-09-02 14:40:34 +02:00
Jacek Caban
868bfdbfb3
jscript: Added Array.unshift implementation.
2009-09-02 14:39:53 +02:00
Jacek Caban
f39d5e46d9
jscript: Make Array.slice generic.
2009-09-02 14:39:49 +02:00
Jacek Caban
00644c5449
jscript: Added to_primitive on hosting objects test.
2009-09-02 14:39:45 +02:00
Jacek Caban
8988156255
jscript: Added String.lastIndexOf implementation.
2009-09-01 15:59:30 +02:00
Jacek Caban
81fc9ade37
jscript: Code clean up.
2009-09-01 15:59:15 +02:00
Jacek Caban
c444a4907e
jscript: Code clean up.
2009-09-01 15:59:10 +02:00
Michael Stefaniuc
e64df62ef2
jscript: Check the correct variable for the error condition (Smatch).
2009-08-31 13:31:04 +02:00
Francois Gouget
85c5d3e28b
jscript: Add a trailing '\n' to a FIXME().
2009-08-31 12:17:30 +02:00
Francois Gouget
870f1a274f
jscript: Make Arguments_value() static.
2009-08-31 12:17:24 +02:00
Jacek Caban
06064d2213
jscript: Make Array.push generic.
2009-08-29 16:48:54 +02:00
Jacek Caban
5c819cb21b
jscript: Added Function.apply implementation.
2009-08-29 16:48:54 +02:00
Jacek Caban
8761462b82
jscript: Added Function.call implementation.
2009-08-29 16:48:53 +02:00
Jacek Caban
662efe835b
jscript: Create arguments object as a seaprated class inheriting from Object.
2009-08-29 16:48:53 +02:00
Jacek Caban
2a457fb701
jscript: Added 'instanceof' keyword implementation.
2009-08-29 16:48:53 +02:00
Jacek Caban
b71aaadbd2
jscript: Get script_ctx_t as to_object arguments.
2009-08-29 16:48:53 +02:00
Jacek Caban
90af81f405
jscript: Create Array objects from proper constructor.
2009-08-29 16:48:53 +02:00
Jacek Caban
73e192a6b3
jscript: Use proper VARIANT_BOOL values in bool literals.
2009-08-29 16:48:53 +02:00
Jacek Caban
39521de784
jscript: Added RegExp.test implementation.
2009-08-28 11:54:47 +02:00
Jacek Caban
132009469c
jscript: Added RegExp.exec implementation.
2009-08-28 11:54:47 +02:00
Jacek Caban
0b939338c8
jscript: Added RegExp.lastIndex implementation.
2009-08-28 11:54:47 +02:00
Jacek Caban
4b8adbef86
jscript: Create undeclared values to script_disp instead of var_disp.
2009-08-27 11:48:13 +02:00
Jacek Caban
9c18f6ef5d
jscript: Return "undefined" type for invalid references.
2009-08-27 11:48:10 +02:00
Jacek Caban
a4acd1b38f
jscript: Throw an exception when evaluating invalid identifier instead of on lookup failure.
2009-08-27 11:48:05 +02:00
Jacek Caban
2c255287cd
jscript: Don't require semicolon after function declaration.
2009-08-27 11:47:22 +02:00
Jacek Caban
05b104c6a3
jscript: Fixed parsing regexps starting with '='.
2009-08-27 11:47:16 +02:00
Piotr Caban
b9d7ebd95a
jscript: Added String.substr implementation.
2009-08-24 15:17:32 +02:00
Piotr Caban
0091b3fb1a
jscript: Fixed Function method's lengths.
2009-08-24 15:17:32 +02:00
Piotr Caban
7701acc269
jscript: Fixed keywords handling.
2009-08-24 15:17:32 +02:00
Alexandre Julliard
475e1d6210
jscript/tests: Use the global wine_dbgstr_w instead of a local variant.
2009-08-19 13:36:31 +02:00
Piotr Caban
c745826e5d
jscript: Fixed Object's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
ca72983664
jscript: Fixed Math's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
c0fc15b91c
jscript: Fixed Array's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
67520788c1
jscript: Fixed Date's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
5ead336535
jscript: Fixed RegExp's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
3da1773cc3
jscript: Fixed String's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
c2d2b9f559
jscript: Fixed Number's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
67f14b7633
jscript: Added Boolean's function lengths test.
2009-08-17 13:57:51 +02:00
Piotr Caban
c368ab5ba7
jscript: Inherit Math from Object.
2009-08-14 13:59:10 +02:00
Piotr Caban
6b8fef873c
jscript: Added RegExp.source implementation.
2009-08-14 13:59:10 +02:00
Piotr Caban
8d6d266977
jscript: Inherit some Function functions from Object.
2009-08-14 13:59:10 +02:00
Piotr Caban
28734e3756
jscript: Inherit some Error functions from Object.
2009-08-14 13:59:10 +02:00
Piotr Caban
4791cdb11f
jscript: Inherit some Array functions from Object.
2009-08-14 13:59:10 +02:00
Piotr Caban
da6398dccd
jscript: Inherit some Boolean function from Object.
2009-08-14 13:59:10 +02:00
Piotr Caban
b1d0b1c739
jscript: Inherit some Date functions from Object.
2009-08-14 13:59:10 +02:00
Jacek Caban
cde2f1a09e
jscript: Added missing port.h includes.
2009-08-14 11:27:16 +02:00
Piotr Caban
5323a454c8
jscript: Fixed Object.toLocaleString implementation.
2009-08-12 17:04:38 +02:00
Piotr Caban
9f0969fbcb
jscript: Inherit some Number functions from Object.
2009-08-12 17:04:38 +02:00
Piotr Caban
5d41205654
jscript: Inherit some RegExp functions from Object.
2009-08-12 17:04:38 +02:00
Piotr Caban
79f45c5374
jscript: Inherit some String functions from Object.
2009-08-12 17:04:37 +02:00
Paul Vriens
862bd3c61e
jscript: Add some Dutch translations.
2009-08-11 17:30:12 +02:00
Piotr Caban
59cf9c449e
jscript: Added $ handling to String.replace.
2009-08-11 17:29:37 +02:00
Piotr Caban
561437ad98
jscript: Fixed var handling.
2009-08-10 15:02:22 +02:00
Piotr Caban
6afd53547e
jscript: Lookup global members after script_disp.
2009-08-10 15:02:18 +02:00
André Hentschel
8309788b55
jscript: Update German translation.
2009-08-07 14:57:34 +02:00
Frédéric Delanoy
99ec95e474
jscript: Update French translation.
2009-08-07 11:39:10 +02:00
Ricardo Filipe
63aec3f325
jscript: Add Portuguese translation.
2009-08-06 17:28:13 +02:00
Aurimas Fišeras
bc1f3f4c95
jscript: Update Lithuanian translation.
2009-08-06 12:02:39 +02:00
Piotr Caban
3edf1ba22f
jscript: Added JSGlobal_parseFloat implementation.
2009-08-06 12:02:34 +02:00
Piotr Caban
9d23f8a771
jscript: Make compare2_values working with NULL BSTR's.
2009-08-06 12:02:09 +02:00
Piotr Caban
ec25138a46
jscript: Added 'unterminated string' error.
2009-08-06 12:02:00 +02:00
Frédéric Delanoy
af3f0ec964
jscript: Update French translation.
2009-08-03 14:54:46 +02:00
Aurimas Fišeras
08f09d0dd4
jscript: Update Lithuanian translation.
2009-08-03 14:54:38 +02:00
André Hentschel
baea56ae1a
jscript: Update German translation.
2009-08-03 14:54:28 +02:00
Paul Vriens
75fc48d4c5
jscript: Add Dutch translations.
2009-07-24 12:04:02 +02:00
Piotr Caban
f3d24fdda9
jscript: Throw more SyntaxErrors in parser.
2009-07-24 11:51:29 +02:00
Piotr Caban
67c8a3e919
jscript: Added "Expected ';'" error.
2009-07-24 11:51:20 +02:00
Piotr Caban
c6412d98d9
jscript: Add "illegal assignment" error.
2009-07-24 11:51:11 +02:00
Piotr Caban
2fba39df27
jscript: Added "Expected ')'" error.
2009-07-24 11:45:07 +02:00
Piotr Caban
29d9f09992
jscript: Added "Expected '('" error.
2009-07-24 11:45:01 +02:00
Piotr Caban
98223b96e7
jscript: Throw SyntaxError in eval function.
2009-07-24 11:44:53 +02:00
Paul Vriens
40af06a576
jscript: Add Dutch translations.
2009-07-23 11:21:58 +02:00
Frédéric Delanoy
47cbc3ae65
jscript: Update French translation.
2009-07-23 11:21:45 +02:00
André Hentschel
24eb52b44d
jscript: Update German translation.
2009-07-23 11:21:40 +02:00
Aurimas Fišeras
91c3313fe4
jscript: Update Lithuanian translation.
2009-07-23 11:21:36 +02:00
Piotr Caban
8dd1d9b92e
jscript: Throw TypeErrors when _value functions are used as a function.
2009-07-22 14:42:50 +02:00
Piotr Caban
412e0af26f
jscript: Throw error in to_primitive function.
2009-07-22 14:42:50 +02:00
Piotr Caban
fba4e3767f
jscript: Throw TypeError in Function_toString.
2009-07-22 14:42:50 +02:00
Piotr Caban
d8e841ca50
jscript: Throw 'undefined object' error.
2009-07-22 14:42:50 +02:00
André Hentschel
6bc0f13e99
jscript: Add German translation.
2009-07-22 11:02:24 +02:00
Aurimas Fišeras
fc3a59460c
jscript: Add Lithuanian translation.
2009-07-22 11:01:24 +02:00
Frédéric Delanoy
a2e5c0b7b2
jscript: Add French translation.
2009-07-22 11:01:00 +02:00
Piotr Caban
a77e369cfe
jscript: Add Error_number handling to constructor and error throwing functions.
2009-07-21 11:04:34 +02:00
Piotr Caban
f3eef0d4c8
jscript: Added Error_number and Error_description implementation.
2009-07-21 11:04:16 +02:00
Piotr Caban
7c0a702001
jscript: Added Error_description and Error_number stubs.
2009-07-21 11:04:13 +02:00
Piotr Caban
3afc444e7f
jscript: Throw errors in Number functions.
2009-07-21 11:04:09 +02:00
Piotr Caban
f89fbb9b48
jscript: Throw TypeError in call_expression_eval.
2009-07-21 11:04:04 +02:00
Piotr Caban
789afcdc1b
jscript: Throw more errors in Date functions.
2009-07-21 11:03:51 +02:00
Piotr Caban
5b21893abf
jscript: Throw type errors in Date functions.
2009-07-21 10:59:27 +02:00
Piotr Caban
77e93ad8c7
jscript: Throw type errors in Boolean functions.
2009-07-21 10:59:07 +02:00
Piotr Caban
bd87f97e2d
jscript: Throw range errors in Array functions.
2009-07-21 10:59:01 +02:00
Piotr Caban
469b597212
jscript: Add error throwing functions.
2009-07-21 10:58:52 +02:00
Piotr Caban
2d71dac412
jscript: Add Error_toString implementation.
2009-07-21 10:57:37 +02:00
Piotr Caban
f17b1f6334
jscript: Add Error_message implementation.
2009-07-21 10:57:33 +02:00
Piotr Caban
f33f5c9286
jscript: Add Error object stub.
2009-07-21 10:57:19 +02:00
Marcus Meissner
bd2b6bda6b
jscript: Initialize val_str to NULL (Coverity).
2009-07-20 12:19:28 +02:00
Piotr Caban
ea5c94f84d
jscript: Fix create_exec_ctx implementation.
2009-07-16 11:38:48 +02:00
Piotr Caban
8e1233ec48
jscript: Remove broken tests.
2009-07-16 11:38:44 +02:00
Piotr Caban
f5e678e8dd
jscript: Improve Object_toString implementation.
2009-07-16 11:38:37 +02:00
Piotr Caban
f421746980
jscript: Added RegExp_test stub.
2009-07-15 13:54:08 +02:00
Piotr Caban
1cffc0eb73
jscript: Improve Number_toString implementation.
2009-07-15 13:54:02 +02:00
Piotr Caban
15b07c2a36
jscript: Improve to_string implementation.
2009-07-15 13:53:27 +02:00
Piotr Caban
55b8952ba2
jscript: Added Date_getYear implementation.
2009-07-14 10:46:48 +02:00
Piotr Caban
c44056d4b2
jscript: Added String_fromCharCode implementation.
2009-07-14 10:46:44 +02:00
Piotr Caban
2325e2cdb8
jscript: Added Array_slice implementation.
2009-07-14 10:46:39 +02:00
Piotr Caban
b6b520e0ed
jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.
2009-07-14 10:46:32 +02:00
Piotr Caban
75cce3cdcd
jscript: Added implementation of Array constructor called as a function.
2009-07-14 10:46:25 +02:00
Piotr Caban
346619d093
jscript: Added Array length setting implementation.
2009-07-14 10:46:18 +02:00
Piotr Caban
42f9608269
jscript: Inherit Function_valueOf from Object.
2009-07-13 12:21:29 +02:00
Piotr Caban
91ce0dd6a3
jscript: Fix String_match implementation.
2009-07-13 12:21:22 +02:00
Piotr Caban
df8195668d
jscript: Make String_toUpperCase generic.
2009-07-13 12:20:59 +02:00
Piotr Caban
ab8168141b
jscript: Make String_toLowerCase generic.
2009-07-13 12:20:54 +02:00
Piotr Caban
973f3be02c
jscript: Make String_substring generic.
2009-07-13 12:20:50 +02:00
Piotr Caban
09e1b37fea
jscript: Make String_split generic.
2009-07-13 12:20:44 +02:00
Piotr Caban
2f28956f06
jscript: Make String_slice generic.
2009-07-13 12:20:39 +02:00
Piotr Caban
54a3fa842b
jscript: Make String_replace generic.
2009-07-13 12:13:48 +02:00
Piotr Caban
0cb6bf5b28
jscript: Make String_match generic.
2009-07-13 12:13:35 +02:00
Piotr Caban
4881cf8de4
jscript: Make String_indexOf generic.
2009-07-13 12:13:30 +02:00
Piotr Caban
a9d7135ecc
jscript: Make String_charCodeAt generic.
2009-07-13 12:13:24 +02:00
Piotr Caban
0fae85fc63
jscript: Make String_charAt generic.
2009-07-13 12:13:20 +02:00
Piotr Caban
16b38c457d
jscript: Make do_attribute_tag_format generic.
2009-07-13 12:13:06 +02:00
Piotr Caban
0ee06df4b0
jscript: Change do_attributeless_tag_format so it works on non string objects.
2009-07-13 12:12:45 +02:00
Piotr Caban
3412e22eee
jscript: Added String_link implementation.
2009-07-10 12:26:58 +02:00
Piotr Caban
ecfa129d66
jscript: Added String_anchor implementation.
2009-07-10 12:26:54 +02:00
Piotr Caban
0a0731ed45
jscript: Added String_fontsize implementation.
2009-07-10 12:26:49 +02:00
Piotr Caban
1133bc7ce8
jscript: Added String_fontcolor implementation.
2009-07-10 12:26:41 +02:00
Piotr Caban
b9be3bd766
jscript: Changed to_primitive implementation.
2009-07-09 17:47:40 +02:00
Piotr Caban
3f18e98413
jscript: Added Function_valueOf implementation.
2009-07-09 17:47:39 +02:00
Piotr Caban
8ce4de7d2c
jscript: Added Object_toString and Object_toLocaleString implementation.
2009-07-07 14:15:44 +02:00
Piotr Caban
3a1698ff06
jscript: Added Object_valueOf implementation.
2009-07-07 14:15:35 +02:00
Piotr Caban
7fcded1fc3
jscript: Inherit Array valueOf from Object.
2009-07-07 14:15:20 +02:00
Piotr Caban
12760a0c6b
jscript: Fix DateConstr_parse implementation.
2009-07-07 14:15:06 +02:00
Piotr Caban
b6549fa743
jscript: Fixed to_boolean implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
2ed3903f0f
jscript: Added Bool_toLocaleString implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
4725b5698c
jscript: Added Bool_valueOf implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
1e72bc8718
jscript: Added Bool_toString implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
4b341bfdd4
jscript: Added Boolean constructor implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
9a30d39b35
jscript: Added Date_valueOf implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
60748ebf51
jscript: Fix do while loop parsing.
2009-07-06 14:35:28 +02:00
Piotr Caban
b5a82030ad
jscript: Added calling Date as function implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
8150960f8c
jscript: Added string argument handling to Date constructor.
2009-07-06 14:35:28 +02:00
Piotr Caban
45817bf50f
jscript: Added DateConstr_parse implementation.
2009-07-06 14:35:28 +02:00
Piotr Caban
c001ffae2c
jscript: Fix strings allocation.
2009-07-03 13:28:47 +02:00
Piotr Caban
60ddd438d3
jscript: Added DateConstr_UTC implementation.
2009-07-03 13:28:27 +02:00
Piotr Caban
41e297af11
jscript: Added stub implementation of Date constructor properties.
2009-07-03 13:28:19 +02:00
Alexandre Julliard
56af92b073
makefiles: Regenerate the source lists using make_makefiles.
2009-07-03 13:26:38 +02:00
Piotr Caban
754513c800
jscript: Added Date_toString implementation.
2009-06-29 13:30:52 +02:00
Piotr Caban
9b011bd0f7
jscript: Added Date_toLocaleString implementation.
2009-06-29 13:30:19 +02:00
Piotr Caban
5be6deb844
jscript: Added Date_toUTCString implementation.
2009-06-29 13:30:05 +02:00
Piotr Caban
fd89475380
jscript: Added Date_toDateString implementation.
2009-06-29 13:29:35 +02:00
Piotr Caban
40b88e261a
jscript: Added Date_toTimeString implementation.
2009-06-29 13:28:56 +02:00
Piotr Caban
0e379fbe05
jscript: Added Date_toLocaleTimeString implementation.
2009-06-29 13:28:40 +02:00
Piotr Caban
6dc3b7beb7
jscript: Added Date_toLocaleDateString implementation.
2009-06-29 13:28:26 +02:00
Piotr Caban
27d8e22cbc
jscript: Added Date_setFullYear and Date_setUTCFullYear implementation.
2009-06-23 15:53:00 +02:00
Piotr Caban
7301ad4f72
jscript: Added Date_setMonth and Date_setUTCMonth implementation.
2009-06-23 15:53:00 +02:00
Piotr Caban
233ded05b7
jscript: Added Date_setDate and Date_setUTCDate implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
e19ca2b946
jscript: Fix Date_setHours implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
ece2654ef9
jscript: Fix Date_setMinutes implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
bbfab68bb8
jscript: Fix Date_setSeconds implementation.
2009-06-23 15:52:59 +02:00
Piotr Caban
37883a66fa
jscript: Fixed Date_setMilliseconds implementation.
...
Previous implementation was not working when:
utc_time != to_utc(to_local_time(utc_time))
2009-06-23 15:52:59 +02:00
Piotr Caban
b45f01b6ce
jscript: Fix typos in comments, add missing ones.
2009-06-23 15:52:59 +02:00
Piotr Caban
305aee069a
jscript: Added Date_getTimezoneOffset and fixed Date_get... functions.
2009-06-23 15:52:59 +02:00
Piotr Caban
b529cdb65e
jscript: Added implementation of Date constructor with more then one argument.
2009-06-23 15:52:59 +02:00
Piotr Caban
50e985e252
jscript: Added Date_setUTCHours and Date_setHours implementation.
2009-06-16 13:40:22 +02:00
Piotr Caban
e0e84d5628
jscript: Added Date_setUTCMinutes and Date_setMinutes implementation.
2009-06-16 13:40:14 +02:00
Piotr Caban
2c7c0cd1c7
jscript: Added Date_setUTCSeconds and Date_setSeconds implementation.
2009-06-16 13:40:03 +02:00
Piotr Caban
0329be2e2f
jscript: Added Date_setUTCMilliseconds and Date_setMilliseconds implementation.
2009-06-16 13:39:49 +02:00
Piotr Caban
5f2eca2729
jscript: Added Date_getUTCMilliseconds and Date_getMilliseconds implementation.
2009-06-16 13:39:25 +02:00
Piotr Caban
3523a1f2bb
jscript: Added Date_getUTCSeconds and Date_getSeconds implementation.
2009-06-16 13:38:45 +02:00
Piotr Caban
a005865f45
jscript: Added Date_getUTCMinutes and Date_getMinutes implementation.
2009-06-16 13:38:19 +02:00
Piotr Caban
73a0f2c900
jscript: Fixed hour_from_time and week_day functions.
2009-06-16 13:38:00 +02:00
Piotr Caban
cfb7617688
jscript: Added Date_getHours and Date_getUTCHours implementation.
2009-06-10 11:50:14 +02:00
Piotr Caban
28e033e359
jscript: Added Date_getDay and Date_getUTCDay implementation.
2009-06-10 11:49:34 +02:00
Piotr Caban
190ed2ef99
jscript: Added Date_getDate and Date_getUTCDate implementation.
2009-06-10 11:49:25 +02:00
Piotr Caban
3f289de8a3
jscript: Added Date_getMonth and Date_getUTCMonth implementation.
2009-06-10 11:48:55 +02:00
Piotr Caban
8427127bb9
jscript: Added Date_getFullYear and Date_getUTCFullYear implementation.
2009-06-10 11:48:17 +02:00
Piotr Caban
c0af3a57c2
jscript: Added Date_setTime implementation.
2009-06-05 14:43:24 +02:00
Piotr Caban
c144859b13
jscript: Fix DateConstr_value (with no argument) implementation.
2009-06-05 14:43:24 +02:00
Piotr Caban
eb203a149b
jscript: Remove NaN related FIXMEs.
2009-06-04 12:12:56 +02:00
Piotr Caban
931554dd4a
jscript: Fix parse_double_literal implementation.
2009-06-04 12:12:46 +02:00
Piotr Caban
f77489acd5
jscript: Added implementation of Math_pow with less then 2 arguments.
2009-05-28 12:42:17 +02:00
Piotr Caban
3327d17109
jscript: Fixed memory leak.
2009-05-28 12:42:17 +02:00
Piotr Caban
063df731ac
jscript: Fix integer/double parsing.
2009-05-27 11:53:44 +02:00
Piotr Caban
f2c1095a80
jscript: Added Math_tan implementation.
2009-05-27 11:34:36 +02:00
Piotr Caban
8c609c9f50
jscript: Added implementation of Math_sqrt.
2009-05-27 11:34:31 +02:00
Piotr Caban
a67672f9ee
jscript: Added Math_sin implementation.
2009-05-27 11:34:25 +02:00
Piotr Caban
f57f3aa2f4
jscript: Added implementation of Math_log.
2009-05-27 11:34:21 +02:00
Piotr Caban
6231969476
jscript: Added implementation of Math_exp.
2009-05-27 11:34:11 +02:00
Piotr Caban
d940755c71
jscript: Added Math_atan2 implementation.
2009-05-26 13:48:59 +02:00
Piotr Caban
79151a2adf
jscript: Added implementation of Math_atan.
2009-05-26 13:48:50 +02:00
Piotr Caban
33cde58053
jscript: Added implementation of Math_asin.
2009-05-26 13:48:41 +02:00
Piotr Caban
1ef80d5cd2
jscript: Added Math_LN10 implementation and tests.
2009-05-25 11:23:15 +02:00
Piotr Caban
b050c20638
jscript: Added Math_acos implementation and tests.
2009-05-25 11:23:09 +02:00
Piotr Caban
e4bc0def3b
jscript: Added Math_SQRT1_2 implementations and tests.
2009-05-25 11:22:42 +02:00
Piotr Caban
27f327aebc
jscript: Added Math_SQRT2 implementation and tests.
2009-05-25 11:22:30 +02:00
Alexandre Julliard
eae1898aae
jscript: Avoid size_t in printf width specifier.
2009-04-22 16:56:37 +02:00
Piotr Caban
2dc78e555b
jscript: Added html comments tests.
2009-04-10 11:33:37 +02:00
Piotr Caban
84ef7eced2
jscript: Added html comments handling.
2009-04-10 11:33:35 +02:00
Piotr Caban
49ce878de7
jscript: Added Math_cos tests.
2009-04-03 13:01:01 +02:00
Piotr Caban
fe5785af09
jscript: Added Math_cos implementation.
2009-04-03 13:00:56 +02:00
Piotr Caban
885a9e9c0c
jscript: Added Math_LN2 tests.
2009-04-03 13:00:53 +02:00
Piotr Caban
d2aed1b752
jscript: Added Math_LN2 implementation.
2009-04-03 13:00:48 +02:00
Jacek Caban
7399dfa9f6
jscript: Mark free memory if heap warnings are turned on.
2009-02-25 12:37:05 +01:00
Jacek Caban
ed78892e46
jscript: Reset mark in jsheap_clear.
2009-02-25 12:37:05 +01:00
Jacek Caban
18ee50e5d2
jscript: Fixed handling block_cnt in jsheap_alloc.
2009-02-25 12:37:05 +01:00
Jacek Caban
2e29c7d516
activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64.
2009-02-10 12:31:25 +01:00
Alexandre Julliard
0a81b7887f
jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name.
2009-02-09 13:03:59 +01:00
Jacek Caban
0194b8f08c
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
2009-02-03 12:39:23 +01:00
Michael Stefaniuc
981f733e41
jscript: Remove superfluous pointer casts.
2009-02-02 15:21:44 +01:00
Jacek Caban
7bd79152a5
jscript: Fixed Math.round with no argument.
2009-01-22 15:28:23 +01:00
Jacek Caban
a20a9166a2
jscript: Added Math.random implementation.
2009-01-22 15:28:23 +01:00
Andrew Talbot
3fd7a474d8
jscript: Declare a function static.
2009-01-07 12:21:25 +01:00
Alexandre Julliard
57a1a147a6
jscript/tests: Don't crash if we fail to get the IActiveScriptParse interface.
2009-01-05 15:50:36 +01:00
Andrew Talbot
ebf3a680c7
jscript: Remove unused Wine debug channel.
2008-12-19 17:36:35 +01:00
Jacek Caban
775a6b21e9
jscript: Correctly handle SCRIPTITEM_GLOBALMEMBERS flag in identifier_eval.
2008-12-17 15:30:28 +01:00
Paul Vriens
dc8ea1b3e4
jscript/tests: Fix test failures on Win9x.
2008-12-17 11:38:45 +01:00
Jacek Caban
4eb80d8d51
jscript: Delay setting named info if SCRIPTITEM_GLOBALMEMBER flag is not set.
2008-12-16 12:52:22 +01:00
Jacek Caban
06050f86d5
jscript: Added Math.LOG10E implementation.
2008-12-11 12:45:47 +01:00
Jacek Caban
0c6b427aaa
jscript: Added Math.LOG2E implementation.
2008-12-11 12:45:44 +01:00
Jacek Caban
da03e6779d
jscript: Added Math.E implementation.
2008-12-11 12:45:40 +01:00
Jacek Caban
0e8bcbd9de
jscript: Added Math.PI implementation.
2008-12-11 12:45:36 +01:00
Andrew Nguyen
abedd774fb
jscript: Implement the String.sup() method.
2008-12-10 11:50:23 +01:00
Andrew Nguyen
257e15da39
jscript: Implement the String.sub() method.
2008-12-10 11:50:18 +01:00
Andrew Nguyen
f2388d9269
jscript: Fix the lexicographical order of the String class properties array.
...
The find_builtin_prop internal routine in dispex.c implements a binary
search with the requirement that a class properties array be in
ascending order, so this fix allows String's properties array to
satisfy this requirement and allows the tests for String.sub() to
pass.
2008-12-10 11:33:00 +01:00
Andrew Nguyen
a6bdc47152
jscript: Fix some errors detected by Valgrind.
2008-12-10 11:32:31 +01:00
Andrew Nguyen
bbac6de702
jscript: Implement the String.strike() method.
2008-12-02 16:39:07 +01:00
Andrew Nguyen
424a3f3ffe
jscript: Implement the String.small() method.
2008-12-02 16:38:53 +01:00
Andrew Nguyen
edba282951
jscript: Implement the String.italics() method.
2008-12-02 16:38:49 +01:00
Andrew Nguyen
c80a23c639
jscript: Implement the String.fixed() method.
2008-12-02 16:33:42 +01:00
Andrew Nguyen
99f376dc4e
jscript: Implement the String.bold() method.
2008-12-02 16:33:35 +01:00
Andrew Nguyen
a8dff20f2e
jscript: Implement the String.blink() method.
2008-12-02 16:33:33 +01:00
Andrew Nguyen
dd23e5b19c
jscript: Implement the String.big() method.
2008-12-02 16:33:30 +01:00
Alexandre Julliard
f347b957f7
jscript: Make some functions and variables static.
2008-12-02 15:26:49 +01:00
Jacek Caban
849c36ba8e
jscript: Set script object instead of ctx lcid in SetScriptSite.
2008-11-24 14:34:09 +01:00
Andrew Nguyen
3909672f59
jscript: Implement the String.toUpperCase() method.
2008-11-24 14:18:41 +01:00
Andrew Nguyen
c4148203c6
jscript: Implement the String.toLowerCase() method.
2008-11-24 14:18:41 +01:00
Ryan Schmidt
2827a74cb1
jscript: Fix build with bison 2.4.
2008-11-10 11:08:41 +01:00
Jacek Caban
1b51a43a7c
jscript: Added SCRIPTITEM_ISVISIBLE flag implementation.
2008-11-05 10:55:29 +01:00
Jacek Caban
73658a8bc0
jscript: Added SCRIPTSTATE_CONNECTED implementation.
2008-11-05 10:55:25 +01:00
Jacek Caban
8932765580
jscript: Fixed SetScriptSite called before InitNew handling.
2008-11-05 10:55:16 +01:00
Alexandre Julliard
2aa1e71e77
jscript: Avoid a compiler warning.
2008-10-27 11:29:21 +01:00
Jacek Caban
9f1699b9a4
jscript: Return NaN in Math.ceil if called without any argument.
2008-10-22 13:54:53 +02:00
Jacek Caban
9709eadca1
jscript: Added Math.floor implementation.
2008-10-22 13:54:53 +02:00
Jacek Caban
30de39b2a7
jscript: Treat function expressions with identifier as function declarations.
2008-10-21 11:43:01 +02:00
Jacek Caban
f30de9b9fc
jscript: Added Number.valueOf implementation.
2008-10-18 19:30:09 +02:00
Jacek Caban
9d5139f4d9
jscript: Added NaN comparation tests.
2008-10-17 11:46:01 +02:00
Jacek Caban
142cffc249
jscript: Added Math.abs with no arg implementation.
2008-10-17 11:45:57 +02:00
Jacek Caban
2e075e9862
jscript: Added NaN handling to Math.min and Math.max.
2008-10-17 11:45:53 +02:00
Jacek Caban
531f8336a8
jscript: Added infinity and nan handling to str_to_number.
2008-10-17 11:45:48 +02:00
Jacek Caban
4f6f8ef2d8
jscript: Added NaN handling to relational operators.
2008-10-17 11:45:43 +02:00
Jacek Caban
9a7265becc
jscript: Added Infinity value implementation.
2008-10-17 11:45:37 +02:00
Jacek Caban
b3f23da2d6
jscript: Added isFinite implementation.
2008-10-16 11:22:28 +02:00
Jacek Caban
7b41f77746
jscript: Added undefined to number conversion implementation.
2008-10-16 11:22:25 +02:00