Sebastian Lackner
|
19777292a3
|
jscript: Fix off-by-one error in decode_dword.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-28 18:41:01 +09:00 |
Jacek Caban
|
32d9c59868
|
jscript: Get rid of no longer needed exec_ctx_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:17 +09:00 |
Jacek Caban
|
00ce4419b4
|
jscript: Store is_global flag in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:15 +09:00 |
Jacek Caban
|
932ffa0de9
|
jscript: Store return value in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:12 +09:00 |
Jacek Caban
|
b8fb19f160
|
jscript: Store variable object in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:10 +09:00 |
Jacek Caban
|
0db7059663
|
jscript: Store this object in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:07 +09:00 |
Jacek Caban
|
0224f1829b
|
jscript: Moved stack from execution context to script context.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:05 +09:00 |
Jacek Caban
|
9e03bb2ece
|
jscript: Pass script context instead of execution context to op handlers.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-26 12:07:02 +09:00 |
Jacek Caban
|
400435dbe3
|
jscript: Store entry scope chain in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:50 +09:00 |
Jacek Caban
|
49ecfa950b
|
jscript: Store current scope chain in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:45 +09:00 |
Jacek Caban
|
0e32c09901
|
jscript: Store stack base in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:38 +09:00 |
Jacek Caban
|
a120ecbefc
|
jscript: Store instruction pointer in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:31 +09:00 |
Jacek Caban
|
fa5d9b3db1
|
jscript: Store exception frame in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:26 +09:00 |
Jacek Caban
|
53ecdb6549
|
jscript: Added new helpers for jumps.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:20 +09:00 |
Jacek Caban
|
132ff14d37
|
jscript: Store function description in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:15 +09:00 |
Jacek Caban
|
89ad1094ea
|
jscript: Store bytecode pointer in call_frame_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:11 +09:00 |
Jacek Caban
|
8a17cf89fb
|
jscript: Keep track of active call in a separated structure.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 20:09:07 +09:00 |
Jacek Caban
|
47cf3fe36d
|
jscript: Added a few more arguments tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-25 00:52:09 +09:00 |
Jacek Caban
|
061592a205
|
jscript: Removed no longer used argument from exec_source.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-24 23:02:20 +09:00 |
Jacek Caban
|
45b3334757
|
jscript: Fixed tests on some old jscript versions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-01 17:53:35 +09:00 |
Jacek Caban
|
2cbb757abe
|
jscript: Added JSON tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 13:43:41 +09:00 |
Jacek Caban
|
95bdd084a1
|
jscript: Added JSON.stringify implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 13:43:35 +09:00 |
Jacek Caban
|
f0be56e17c
|
jscript: Added JSON.parse implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 13:43:27 +09:00 |
Jacek Caban
|
4e1e2ee451
|
jscript: Added JSON object stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 13:43:10 +09:00 |
Jacek Caban
|
e00708e3aa
|
jscript: Added new is_finite helper.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 13:42:57 +09:00 |
Jacek Caban
|
b1197a15ec
|
jscript: Make parse_decimal a more generic helper.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 13:42:41 +09:00 |
Jacek Caban
|
d7e4193df2
|
jscript: Added support for Function constructor called as a function.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-06 18:14:44 +01:00 |
Jacek Caban
|
79361d3bc0
|
jscript: Added a test of DeleteMembedByDispID returning an error.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-15 20:00:42 +09:00 |
Nikolay Sivov
|
fca682435d
|
jscript: Return error code disp_delete() failed with (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-15 19:47:55 +09:00 |
Jacek Caban
|
326c1e61b4
|
jscript: Added 'automagic' test.
|
2015-06-03 14:47:15 +09:00 |
Jacek Caban
|
170bb3771f
|
jscript: Added beginning support for 'automagic' event binding feature.
|
2015-06-03 14:47:12 +09:00 |
Jacek Caban
|
ccccd1c435
|
jscript: Correctly handle pvarResult in ParseScriptText.
|
2015-06-01 14:43:28 +09:00 |
Alexandre Julliard
|
f324ae7f09
|
jscript: Avoid UINT32_MAX.
|
2015-05-14 17:15:14 +09:00 |
Thomas Faller
|
fdd22f197a
|
jscript: Date.parse: long date with '/' or '-'.
|
2015-05-04 20:20:26 +09:00 |
Francois Gouget
|
f0584081c9
|
jscript: Mark internal symbols with hidden visibility.
|
2015-03-18 19:39:04 +09:00 |
Jacek Caban
|
a1543a3f7b
|
jscript: Fixed handling VT_VARIANT|VY_BYREF types.
|
2015-02-06 22:20:39 +09:00 |
Jacek Caban
|
1316403770
|
jscript: Pass 'this' as jsdisp_t to setters.
|
2015-02-06 22:20:36 +09:00 |
Jacek Caban
|
d541b525e4
|
jscript: Pass 'this' as jsdisp_t to getters.
|
2015-02-06 22:20:34 +09:00 |
Jacek Caban
|
b7fae52964
|
jscript: Use separated functions for implementing builtin call, get and set operation.
|
2015-02-06 00:28:35 +09:00 |
Jacek Caban
|
90d3569c62
|
jscript: Don't use builtin property for *Error constructors.
|
2015-02-06 00:28:35 +09:00 |
Jacek Caban
|
b7a27333e3
|
jscript: Don't use builtin property for a few more constructors.
|
2015-02-06 00:28:34 +09:00 |
Jacek Caban
|
6eb49669aa
|
jscript: Don't use builtin property for exposing Boolean constructor.
|
2015-02-05 00:23:14 +09:00 |
Jacek Caban
|
b0632af980
|
jscript: Added support for VT_UI4 variants.
|
2015-02-04 21:32:50 +09:00 |
Jacek Caban
|
a2a57791cd
|
jscript: Added more SCRIPTSTATE_STARTED tests.
|
2015-01-14 13:18:27 +01:00 |
Jacek Caban
|
091738ffdf
|
jscript: Don't allow function execution if script engine is not in started state.
|
2015-01-14 13:18:24 +01:00 |
Francois Gouget
|
861f02b5d1
|
jscript: Add a trailing '\n' to an ok() call.
|
2015-01-05 20:16:05 +01:00 |
Jacek Caban
|
ceaf8bfd83
|
jscript: Added test of Date object default value.
|
2014-12-15 14:20:50 +01:00 |
Alistair Leslie-Hughes
|
6e8490a582
|
jscript: Support PROPERTYGET in Date Value.
|
2014-12-15 14:20:45 +01:00 |
Michael Stefaniuc
|
59af425d53
|
jscript: Merge two if blocks with identical condition (PVS-Studio).
|
2014-12-05 11:24:14 +01:00 |
Jacek Caban
|
7e43408eaa
|
jscript: Use DISPATCH_PROPERTYPUTREF flag when setting a property to VT_DISPATCH.
|
2014-11-28 17:05:50 +01:00 |
André Hentschel
|
dec5bbbec4
|
jscript: Remove unused code (Clang).
|
2014-11-25 19:49:40 +01:00 |
Jacek Caban
|
0eec97e29b
|
jscript: Don't use builtin property for exposing ActiveXObject constructor.
|
2014-10-13 19:43:28 +09:00 |
Qian Hong
|
66ba778cad
|
jscript: Ignore BOM mark in next_token.
|
2014-10-02 20:34:10 +02:00 |
Jacek Caban
|
e7b8459bc3
|
jscript: Added support for relational CC expressions.
|
2014-10-02 16:59:24 +02:00 |
Jacek Caban
|
d9e8c013c6
|
jscript: Added support for '==' CC expression.
|
2014-10-02 16:59:22 +02:00 |
Jacek Caban
|
a0f038963b
|
jscript: Added parser rules for missing expressions.
|
2014-10-02 16:59:20 +02:00 |
Jacek Caban
|
9b41bb0345
|
jscript: Added support for '-' CC expression.
|
2014-10-01 10:53:52 +02:00 |
Jacek Caban
|
fcd9817581
|
jscript: Implicitly turn CC on for @if instruction.
|
2014-10-01 10:53:49 +02:00 |
Jacek Caban
|
8b36388797
|
jscript: Implicitly turn CC on for @set instruction.
|
2014-10-01 10:53:47 +02:00 |
Jacek Caban
|
68c61d17e0
|
jscript: Added tests for @if/@elif/@else/@end.
|
2014-10-01 10:53:45 +02:00 |
Jacek Caban
|
afba44d324
|
jscript: Added support for conditional compilation @if/@elif/@else/@end.
|
2014-10-01 10:53:43 +02:00 |
Jacek Caban
|
ad842c42f0
|
jscript/tests: Added @set tests.
|
2014-09-30 18:15:16 +02:00 |
Jacek Caban
|
5ec69474cf
|
jscript: Added conditional compilation @set support.
|
2014-09-30 18:15:14 +02:00 |
Jacek Caban
|
77d0c2a44c
|
jscript: Moved skipping spaces to separated function.
|
2014-09-30 17:40:12 +02:00 |
Jacek Caban
|
79dc3bc72e
|
jscript: Added new ccval_t type for CC variable values.
|
2014-09-30 17:40:11 +02:00 |
Jacek Caban
|
166c97d549
|
jscript: Return double from parse_numeric_literal and parse_double_literal.
|
2014-09-30 17:40:11 +02:00 |
Jacek Caban
|
615f6a6e8b
|
jscript: Move parser related declarations to separated header.
|
2014-09-30 17:40:10 +02:00 |
Jacek Caban
|
02406d4fd4
|
jscript: Add DISPATCH_PROPERTYGET flag only for DISPATCH_METHOD call in disp_call_value.
Spotted by Qian Hong.
|
2014-09-16 21:00:30 +02:00 |
Gerald Pfeifer
|
2d56e77537
|
jscript: Remove unused propertyIsEnumerableW and isPrototypeOfW.
|
2014-08-25 20:39:53 +02:00 |
Jacek Caban
|
d2886a05f9
|
wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations.
|
2014-07-24 17:05:55 +02:00 |
Akihiro Sagawa
|
e29fd54292
|
jscript: Improve CollectGarbage stub.
|
2014-06-24 20:26:55 +02:00 |
Jacek Caban
|
cbe63d977c
|
jscript: Added accessing not existing property on IDispatchEx tests.
|
2014-06-12 18:05:16 +02:00 |
Jacek Caban
|
755eac8f0c
|
jscript: Properly handle NULL pvarResult in ParseScriptText.
|
2014-06-11 19:15:25 +02:00 |
Jacek Caban
|
2d752d1a93
|
jscript: Fixed uninitialized variable access in interp_end_finally.
|
2014-04-29 11:27:02 +02:00 |
Jacek Caban
|
5cf20ceffd
|
jscript: Represent NULL VT_UNKNOWN VARIANT as NULL VT_DISPATCH.
|
2014-03-19 16:50:34 +01:00 |
Jacek Caban
|
cd22e8c223
|
jscript: Skip tests if we can't register ActiveX object.
|
2014-02-17 20:16:19 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Frédéric Delanoy
|
bb2a07f81e
|
jscript/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-30 12:42:55 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
Alexandre Julliard
|
566d3418af
|
makedep: Add a separate pragma flag for typelibs that need registration.
|
2013-12-26 13:32:49 +01:00 |
Alexandre Julliard
|
ca41acc1f9
|
makefiles: Automatically update the IDL_H_SRCS variable.
|
2013-12-15 10:23:06 +01:00 |
Alexandre Julliard
|
4f3d71cef3
|
makefiles: Get rid of the no longer used PO_SRCS variables.
|
2013-12-15 10:23:04 +01:00 |
Jacek Caban
|
1a89ea7043
|
jscript: Improved error handling in numeric literal parser.
|
2013-11-06 18:01:04 +01:00 |
Jacek Caban
|
4d9ea4b563
|
jscript: Added support for octal literals.
|
2013-11-06 18:01:00 +01:00 |
Alexandre Julliard
|
5756ee09f3
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01:00 |
Alexandre Julliard
|
c7803b885b
|
makefiles: Add makedep pragmas for registration idl files.
|
2013-11-05 20:38:18 +01:00 |
Alexandre Julliard
|
f8421142e7
|
makefiles: Add makedep pragmas for typelib idl files.
|
2013-11-05 20:38:18 +01:00 |
Alexandre Julliard
|
82c4fa35aa
|
jscript: Reorganize StringConstr_value slightly to avoid confusing gcc.
|
2013-10-21 16:26:50 +02:00 |
Jacek Caban
|
71d1df73b5
|
jscript: Compile tests with -D__WINESRC__.
|
2013-10-14 17:26:15 +02:00 |
Alexandre Julliard
|
a804cc711b
|
jscript: Use the official Windows constant for MAXLONGLONG.
|
2013-10-14 17:26:14 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Piotr Caban
|
2e752a115a
|
jscript: Fix compilation issues when dtoa is defined in headers.
|
2013-08-15 16:13:27 +02:00 |
Alexandre Julliard
|
ffbe1ca986
|
jscript: Use bison directives instead of defines to specify extra lexer parameters.
|
2013-08-01 11:59:12 +02:00 |
Jacek Caban
|
f34722e772
|
jscript: Added RegExp.toString() implementation.
|
2013-05-27 19:29:13 +02:00 |
Alexandre Julliard
|
56c6916894
|
jscript: Don't bother to free memory at process exit.
|
2013-05-15 10:21:12 +02:00 |
Jacek Caban
|
b46ace51f8
|
jscript: Optimize String.concat implementation.
|
2013-04-25 15:41:53 +02:00 |
Jacek Caban
|
2ac35ac441
|
jscript: Use single string instance for strings representing NULL BSTR instead of a flag.
|
2013-04-24 14:34:26 +02:00 |
Jacek Caban
|
6d8359fcc5
|
jscript: Run some SunSpider benchmarks in interactive mode.
|
2013-04-23 17:20:14 +02:00 |