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 |